https://github.com/batect/batect-sample-golang
A Golang-based sample application for Batect
https://github.com/batect/batect-sample-golang
batect developer-experience docker go golang
Last synced: about 2 months ago
JSON representation
A Golang-based sample application for Batect
- Host: GitHub
- URL: https://github.com/batect/batect-sample-golang
- Owner: batect
- License: apache-2.0
- Archived: true
- Created: 2019-03-11T01:51:56.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T18:03:59.000Z (over 2 years ago)
- Last Synced: 2024-06-19T10:11:13.265Z (over 1 year ago)
- Topics: batect, developer-experience, docker, go, golang
- Language: Batchfile
- Homepage: https://batect.dev
- Size: 315 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# batect-sample-golang
[](https://circleci.com/gh/batect/batect-sample-golang)
[](https://goreportcard.com/report/github.com/batect/batect-sample-golang)
[](https://opensource.org/licenses/Apache-2.0)
A very simple Golang application with [Batect](https://github.com/batect/batect)-based build and testing environments.
## Building, testing, running etc.
Run `./batect --list-tasks` to see the available commands and their descriptions, then `./batect ` to run ``.
Most tasks require you to have downloaded the application's dependencies first. `./batect setup` will do this for you.
All of this is controlled by [batect.yml](batect.yml), and it shows a number of common patterns you might adopt in your own
application.
## More information
You can find further sample projects on [this page in the batect documentation](https://batect.dev/docs/getting-started/sample-projects).