In order to work well with Go modules a package should have a go.mod
file and semantic version tags on release versions. This repo already has
release tags, but hitherto no go.mod file.
This commit contains no functional changes, but after merging it will need a
new patch or minor version bump to touch a commit containing it.
In order to work well with Go modules a package should have a
go.mod
file and semantic version tags on release versions. This repo already has release tags, but hitherto nogo.mod
file.This commit contains no functional changes, but after merging it will need a new patch or minor version bump to touch a commit containing it.