blob: 86a491311ba132b092b471224fa465f9365493db [file] [log] [blame] [edit]
default: test
test: *.go
go test -v
fmt:
go fmt .