Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 267 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 267 Bytes

Apps

build status

Run

$ go run main.go

Build

$ go build main.go
$ ./main

Test

$ go vet .
$ go test -v -race ./...