https://github.com/zapling/go-service
The service boilerplate I don't want to write again.
https://github.com/zapling/go-service
Last synced: 11 days ago
JSON representation
The service boilerplate I don't want to write again.
- Host: GitHub
- URL: https://github.com/zapling/go-service
- Owner: zapling
- Created: 2024-06-20T12:20:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-22T12:24:47.000Z (8 months ago)
- Last Synced: 2025-10-10T06:49:15.940Z (3 months ago)
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-service
The service boilerplate I don't want to write again.
# Usage
Create your project folder and cd into it, then running the following command
to bootstrap your service.
```sh
bash <(curl -sL https://raw.githubusercontent.com/zapling/go-service/main/setup.sh)
./rename-module.sh github.com/zapling/some-new-module
```