Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1140251/go-basic-template
https://github.com/1140251/go-basic-template
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/1140251/go-basic-template
- Owner: 1140251
- Created: 2022-08-24T18:15:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T21:15:06.000Z (about 2 years ago)
- Last Synced: 2024-04-18T04:40:44.251Z (7 months ago)
- Language: Makefile
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go basic template
This repository contains a basic template for Go projects with a simple FizzBuzz problem.
To run this project Docker installation is required.## Makefile
#### FizzBuzz example
![](assets/diagram.png)
## Makefile
Use `Makefile` to run the project. To list all available options run `make`.
## Instructions
- Run make up to run the project.