Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 491 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 491 Bytes

price-probe-go

BCH compliance

Golang Backend born to serve nice and dry data out of REST APis.

Some command

On project's folder:

  • Run: go run server.go
  • Test one package: go test package_name
  • Test all packages: go test ./...
  • Test one file: go test -run fileName or go test -run Say my/package/import/path
  • Build: go build
  • Install: go install