We add badges to README.md so, for example, on GitHub, under the name
there are 3 SVGs showing:
the Go version (as mentioned in the go.mod file),
the grade given by the Go Report Card project, and
the license.
The badges are generated by gomake and the package shieldbadger. The
latter is using shields.io and a JSON configuration file, storing the
badges in the repository.
We also fix (non-critical) linting problems and some formatting.
We add badges to README.md so, for example, on GitHub, under the name there are 3 SVGs showing:
The badges are generated by
gomake
and the packageshieldbadger
. The latter is using shields.io and a JSON configuration file, storing the badges in the repository.We also fix (non-critical) linting problems and some formatting.