How to set build-time variables in go:
go
go build -ldflags "-X importpath.name=value"
See https://pkg.go.dev/cmd/link