cloudflared-mirror/tools/tools.go

8 lines
87 B
Go

//go:build tools
package tools
import (
_ "github.com/sudarshan-reddy/go-sumtype"
)