Add godoc link.
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
command: |
|
||||
go get -v github.com/jstemmer/go-junit-report
|
||||
go get -v -t -d ./...
|
||||
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s v1.8
|
||||
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s v1.10
|
||||
mkdir ~/report
|
||||
when: always
|
||||
- run:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!-- markdownlint-disable MD013 MD033 -->
|
||||
<p align="center"><img width="90%" src="kong.png" /></p>
|
||||
|
||||
# Kong is a command-line parser for Go [](https://circleci.com/gh/alecthomas/kong)
|
||||
# Kong is a command-line parser for Go [](http://godoc.org/github.com/alecthomas/kong) [](https://circleci.com/gh/alecthomas/kong)
|
||||
|
||||
<!-- MarkdownTOC -->
|
||||
|
||||
|
||||
+1
-1
@@ -86,5 +86,5 @@ func camelCase(src string) (entries []string) {
|
||||
entries = append(entries, string(s))
|
||||
}
|
||||
}
|
||||
return
|
||||
return entries
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user