We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0f9e2 commit 3da42bcCopy full SHA for 3da42bc
modules/badge/badge.go
@@ -50,6 +50,7 @@ func (b Badge) Width() int {
50
return b.Label.width + b.Message.width
51
}
52
53
+// styles follows https://shields.io/badges
54
const (
55
StyleFlat = "flat"
56
StyleFlatSquare = "flat-square"
0 commit comments