The go exercise “Series” uses optional tags to test different scenarios: “asktoomuch” and “first”. The instructions say how to use these tags with the exercism CLI by putting the tags on a “go” command line.
I tried using the tags with inline comment syntax, like:
//go:build first
but the build fails.
Can a Go exercise use inline build tags this way?
A previous question 1 year ago implies only the CLI can be used for tags. But for web-only users, the inline tags would help.