https://github.com/alexfalkowski/go-client-template
A template for Go clients.
https://github.com/alexfalkowski/go-client-template
cucumber golang make ruby
Last synced: 17 days ago
JSON representation
A template for Go clients.
- Host: GitHub
- URL: https://github.com/alexfalkowski/go-client-template
- Owner: alexfalkowski
- License: mit
- Created: 2024-04-19T13:41:11.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2026-06-12T19:00:54.000Z (18 days ago)
- Last Synced: 2026-06-12T20:23:49.555Z (18 days ago)
- Topics: cucumber, golang, make, ruby
- Language: Go
- Homepage: https://alexfalkowski.github.io/go-client-template
- Size: 2.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/alexfalkowski/go-client-template)
[](https://codecov.io/gh/alexfalkowski/go-client-template)
[](https://goreportcard.com/report/github.com/alexfalkowski/go-client-template)
[](https://pkg.go.dev/github.com/alexfalkowski/go-client-template)
[](https://masterminds.github.io/stability/active.html)
# Client
Make sure you add the name of the client what what it is.
## Background
Add a background.
### Why a client?
Why is it important to have this client.
## Client
Explain the client side of things.
## Design
Add anything interesting about the design.
## Other Systems
Describe any other similar systems you took inspiration from.
## Development
If you would like to contribute, here is how you can get started.
### Structure
The project follows the structure in [golang-standards/project-layout](https://github.com/golang-standards/project-layout).
### Dependencies
Please make sure that you have the following installed:
- [Ruby](https://www.ruby-lang.org/en/)
- [Golang](https://go.dev/)
### Style
This project favours the [Uber Go Style Guide](https://github.com/uber-go/guide/blob/master/style.md)
### Setup
Check out [CI](.circleci/config.yml).
### Changes
To see what has changed, please have a look at `CHANGELOG.md`