Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andream16/price-probe-go
Golang Backend
https://github.com/andream16/price-probe-go
cassandra gocql golang gonfig gorilla-mux
Last synced: 7 days ago
JSON representation
Golang Backend
- Host: GitHub
- URL: https://github.com/andream16/price-probe-go
- Owner: andream16
- Created: 2017-08-26T14:18:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T20:41:18.000Z (over 7 years ago)
- Last Synced: 2024-12-19T17:54:55.457Z (15 days 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
[![BCH compliance](https://bettercodehub.com/edge/badge/AndreaM16/price-probe-go?branch=master)](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`