mirror of
https://github.com/golang-standards/project-layout.git
synced 2026-02-04 14:06:19 +00:00
@@ -178,15 +178,18 @@ Don't confuse the project level `/src` directory with the `/src` directory Go us
|
||||
|
||||
* [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.
|
||||
|
||||
[](https://goreportcard.com/report/github.com/golang-standards/project-layout)
|
||||
|
||||
* ~~[GoDoc](http://godoc.org) - It will provide online version of your GoDoc generated documentation. Change the link to point to your project.~~
|
||||
|
||||
[](http://godoc.org/github.com/golang-standards/project-layout)
|
||||
|
||||
* [Pkg.go.dev](https://pkg.go.dev) - Pkg.go.dev is a new destination for Go discovery & docs. You can create a badge using the [badge generation tool](https://pkg.go.dev/badge).
|
||||
|
||||
[](https://pkg.go.dev/github.com/golang-standards/project-layout)
|
||||
|
||||
* 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://pkg.go.dev/github.com/golang-standards/project-layout)
|
||||
[](https://github.com/golang-standards/project-layout/releases/latest)
|
||||
|
||||
## Notes
|
||||
|
||||
Reference in New Issue
Block a user