https://github.com/andream16/price-probe-go
Golang Backend
https://github.com/andream16/price-probe-go
cassandra gocql golang gonfig gorilla-mux
Last synced: 4 months ago
JSON representation
Golang Backend
- Host: GitHub
- URL: https://github.com/andream16/price-probe-go
- Owner: andream16
- Created: 2017-08-26T14:18:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T20:41:18.000Z (almost 8 years ago)
- Last Synced: 2025-02-17T14:53:57.011Z (5 months ago)
- Topics: cassandra, gocql, golang, gonfig, gorilla-mux
- Language: Go
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# price-probe-go
[](https://bettercodehub.com/)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`