stylecheck:dot-imports
The `stylecheck:dot-imports` rule complains about the same problems that `golint` reports. We only need one `//nolint:golint // ...` comment, not a second one for stylecheck. Signed-off-by: Niels de Vos <ndevos@ibm.com>
scripts/test-go.sh