https://github.com/romenrg/golang-boilerplate
https://github.com/romenrg/golang-boilerplate
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/romenrg/golang-boilerplate
- Owner: romenrg
- Created: 2020-12-11T14:11:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-11T14:28:16.000Z (over 4 years ago)
- Last Synced: 2025-02-21T23:48:58.705Z (about 2 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Golang boilerplate
> Romén's Golang boilerplate project## Executing tests
`go test -v`## Running the program
`go run main.go`