Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 465 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 465 Bytes

Explore Go (explore-go)

Blog Post

Part of this post: Dev.to

Development

Prepare Dependencies

go get
go install

Run

go run server.go

Build

go build

Test

go test ./...

Test and Check Coverage

go test ./... -covermode=atomic -coverprofile cover.out

License

BSD 3-Clause