It is a choice. Go does not use a version field for your own module. Instead, Go uses git tags. To set a version in Go, you do this: - git tag v1.2.3 - git push origin v1.2.3 The git tag is the single ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results