Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`