👍🎉 First off, thanks for taking the time to contribute! 🎉👍
There are few ways of contributing to gaper
- Report an issue.
- Contribute to the code base.
- Before opening the issue make sure there isn't an issue opened for the same problem
- Include the Go and Gaper version you are using
- If it is a bug, please include all info to reproduce the problem
- Please discuss the suggested changes on a issue before working on it. Just to make sure the change makes sense before you spending any time on it.
make setup
make build && \
./gaper \
--verbose \
--bin-name srv \
--build-path ./testdata/server \
--build-args="-ldflags=\"-X 'main.Version=v1.0.0'\"" \
--extensions "go,txt"
make lint
All tests:
make test
A single test:
go test -run TestSimplePost ./...
The release runs automatically with a Github action on pushed git tags.