travis:
	go build

build:
	go build

test:
	go test -v limiter_test.go
