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
At first glance, g solves the same problem that is already solved by Go itself via declaring toolchain in go.mod, see https://go.dev/doc/toolchain. Am I right?
Also, it would be nice to cover this topic in the readme.
At first glance,
gsolves the same problem that is already solved by Go itself via declaringtoolchainingo.mod, see https://go.dev/doc/toolchain. Am I right?Also, it would be nice to cover this topic in the readme.