Skip to content

Commit

Permalink
add GoDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
zupzup committed Jun 6, 2017
1 parent 08c4582 commit a011a73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- tip
install:
- go get github.com/golang/lint/golint
- go get github.com/kardianos/govendor
- govendor sync
script:
- go build -v
- go vet $(go list ./... | grep -v vendor)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ calories

[![Build Status](https://travis-ci.org/zupzup/calories.svg?branch=master)](https://travis-ci.org/zupzup/calories)
[![Go Report Card](https://goreportcard.com/badge/github.com/zupzup/calories)](https://goreportcard.com/report/github.com/zupzup/calories)
[![GoDoc](https://godoc.org/github.com/zupzup/calories?status.svg)](http://godoc.org/github.com/zupzup/calories)

![Screenshot](logo.png)

Expand Down

0 comments on commit a011a73

Please sign in to comment.