Add godoc link.

This commit is contained in:
Alec Thomas
2018-09-10 20:56:59 +10:00
parent ebe508cf46
commit 3b6f48371a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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 [![CircleCI](https://img.shields.io/circleci/project/github/alecthomas/kong.svg)](https://circleci.com/gh/alecthomas/kong)
# Kong is a command-line parser for Go [![](https://godoc.org/github.com/alecthomas/kong?status.svg)](http://godoc.org/github.com/alecthomas/kong) [![CircleCI](https://img.shields.io/circleci/project/github/alecthomas/kong.svg)](https://circleci.com/gh/alecthomas/kong)
<!-- MarkdownTOC -->
+1 -1
View File
@@ -86,5 +86,5 @@ func camelCase(src string) (entries []string) {
entries = append(entries, string(s))
}
}
return
return entries
}