Tag go

 Note

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 installing it with go version go1.17.6 linux/amd64, only when go building it

Edit: looks like it's solved itself, and it does work, woops!