Merged in spelling (pull request #56)

Spelling

Approved-by: kortschak <dan@kortschak.io>
This commit is contained in:
kortschak 2018-09-10 11:51:38 +00:00
commit 774c826a61
2 changed files with 6 additions and 4 deletions

View File

@ -17,9 +17,11 @@ jobs:
keys:
- v1-pkg-cache
- run: go get -u ./...
- run: go get -d -t -v ./...
- run: go build ./...
- run: go build -v ./...
- run: go test -v ./...
- save_cache:
key: v1-pkg-cache

View File

@ -1,3 +1,5 @@
// +build profile
/*
NAME
revid-cli - command line interface for Revid.
@ -25,8 +27,6 @@ LICENSE
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
*/
// +build profile
package main
import _ "net/http/pprof"