Skip to content

andream16/price-probe-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages