uartois / sonar-golang

Sonarqube plugin for the golang language.
GNU Lesser General Public License v3.0
245 stars 32 forks source link

Fix some small README typos #51

Closed kernle32dll closed 6 years ago

kernle32dll commented 6 years ago

Sorry for the inconvinience, but I realized that my PR from yesterday did contain some small typos - so I corrected them.

Also, I inserted a link to the upcoming Golang 1.10 release, as this will resolve the go test ./... -coverprofile=... issue. Best to go with gocov test ./... tho, as it is a much smaller and cleaner solution (and gocov can integrate support for go test ./... -coverprofile=... on their end).