Skip to content

Commit d4a82e8

Browse files
committed
README: add a godoc badge
If someone is new to the repository, it might not be obvious that there is a Go API available as a library. The README does later refer to the format library, but also add it to the top as a badge like any other library.
1 parent 1f45ac0 commit d4a82e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# gofumpt
22

3+
[![Go Reference](https://pkg.go.dev/badge/mvdan.cc/gofumpt/format.svg)](https://pkg.go.dev/mvdan.cc/gofumpt/format)
4+
35
go install mvdan.cc/gofumpt@latest
46

57
Enforce a stricter format than `gofmt`, while being backwards compatible.

0 commit comments

Comments
 (0)