|
|
|
@@ -108,9 +108,17 @@ Other assets to go along with your repository. |
|
|
|
|
|
|
|
## Badges |
|
|
|
|
|
|
|
* [Go Report Card](https://goreportcard.com/) - It will scan your code with `gofmt`, `go vet`, `gocyclo`, `golint`, `ineffassign`, `license` and `misspell`. Replace `github.com/golang-standards/project-layout` with your project reference. |
|
|
|
|
|
|
|
* [GoDoc](http://godoc.org) - It will provide online version of your GoDoc generated documentation. Change the link to point to your project. |
|
|
|
|
|
|
|
* Release - It will show the latest release number for your project. Change the github link to point to your project. |
|
|
|
|
|
|
|
[](https://goreportcard.com/report/github.com/golang-standards/project-layout) |
|
|
|
[](http://godoc.org/github.com/golang-standards/project-layout) |
|
|
|
[](https://github.com/golang-standards/project-layout/releases/latest) |
|
|
|
|
|
|
|
## Notes |
|
|
|
|
|
|
|
A more opinionated project template with sample/reusable configs, scripts and code is a WIP. |
|
|
|
|