Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zchee/camp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zchee/camp
- Owner: zchee
- Created: 2015-05-08T09:18:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-08T10:53:23.000Z (over 9 years ago)
- Last Synced: 2024-05-02T03:08:39.082Z (7 months ago)
- Language: Go
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Camp
## Description
## Usage
## Install
To install only, use `go get`:
```bash
$ go get -d github.com/zhee/camp
```> [The Go Programming Language](https://golang.org/cmd/go/)
> The -d flag instructs get to stop after downloading the packages; that is, it instructs get not to install the packages.## Contribution
1. Fork ([https://github.com/zhee/camp/fork](https://github.com/zhee/camp/fork))
1. Create a feature branch
1. Commit your changes
1. Rebase your local changes against the master branch
1. Run test suite with the `go test ./...` command and confirm that it passes
1. Run `gofmt -s`
1. Create a new Pull Request## Author
[zhee](https://github.com/zhee)