mirror of https://bitbucket.org/ausocean/av.git
Merged in spelling (pull request #56)
Spelling Approved-by: kortschak <dan@kortschak.io>
This commit is contained in:
commit
774c826a61
|
@ -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
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue