Skip to content

goboilerplates/core

Sample Core

Build Status codecov Go Report Card GoDoc License

Installation

Get the core repository

go get github.com/goboilerplates/core

cd echo $GOPATH/src/github.com/goboilerplates/core

And install dependencies

go get -u github.com/golang/dep/cmd/dep

dep ensure

Running the tests

Run all tests

go test ./...

Or run all tests with coverage

bash script/coverage.sh

Build and Run

Run main.go

go run test/main.go

Build and run native binary

bash script/Build.sh

./core.out

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Sample Core

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors