mirror of
https://github.com/golang-standards/project-layout
synced 2024-11-17 03:25:58 +00:00
badge info
This commit is contained in:
parent
75e2d80d20
commit
45ed6a91a5
@ -108,9 +108,17 @@ Other assets to go along with your repository.
|
|||||||
|
|
||||||
## Badges
|
## 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.
|
||||||
|
|
||||||
[![Go Report Card](https://goreportcard.com/badge/github.com/golang-standards/project-layout?style=flat-square)](https://goreportcard.com/report/github.com/golang-standards/project-layout)
|
[![Go Report Card](https://goreportcard.com/badge/github.com/golang-standards/project-layout?style=flat-square)](https://goreportcard.com/report/github.com/golang-standards/project-layout)
|
||||||
[![Go Doc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/golang-standards/project-layout)
|
[![Go Doc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/golang-standards/project-layout)
|
||||||
[![Release](https://img.shields.io/github/release/golang-standards/project-layout.svg?style=flat-square)](https://github.com/golang-standards/project-layout/releases/latest)
|
[![Release](https://img.shields.io/github/release/golang-standards/project-layout.svg?style=flat-square)](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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user