Add Pause/Resume #18

Open
zeripath wants to merge 2 commits from zeripath/log:add-pausing into master
Showing only changes of commit e8a83d9edd - Show all commits

View File

@ -8,6 +8,9 @@ steps:
- go get -t -d -v ./...
- go build -v
- go test -v -race -coverprofile=coverage.txt -covermode=atomic
environment:
GOPROXY: https://goproxy.cn # proxy.golang.org is blocked in China, this proxy is not
GOSUMDB: sum.golang.org
when:
event:
- pull_request