You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
In order to be more clear about supported version of Go, as well as to automate checking of language features used, go.mod file should include a go directive. As described in go command documentation:
The expected language version, set by the go directive, determines which language features are available when compiling the module. Language features available in that version will be available for use. Language features removed in earlier versions, or added in later versions, will not be available.
In order to be more clear about supported version of Go, as well as to automate checking of language features used,
go.mod
file should include ago
directive. As described ingo
command documentation:Originally posted by @sergefdrv in #148
The text was updated successfully, but these errors were encountered: