sequence tweaks, removing market hours anything

This commit is contained in:
Will Charczuk 2018-09-10 13:08:20 -07:00
parent 1a09989055
commit 0e849b11bb
17 changed files with 413 additions and 877 deletions

View file

@ -1,5 +1,9 @@
all: test
tools:
@go get -u github.com/blend/go-sdk/_bin/coverage
@go get -u github.com/blend/go-sdk/_bin/profanity
test:
@go test ./...
@ -8,9 +12,4 @@ profanity:
@profanity -include="*.go,Makefile,README.md"
cover:
@go test -short -covermode=set -coverprofile=profile.cov
@go tool cover -html=profile.cov
@rm profile.cov
deps:
@go get -u github.com/blend/go-sdk/_bin/profanity
@coverage