Does anyone in the #Go community know if go:embed
is meant to work when using go install
? I've got a repo that doesn't appear to embed the template when go install
ing it with go version go1.17.6 linux/amd64
, only when go build
ing it
Edit: looks like it's solved itself, and it does work, woops!