https://github.com/stephen-shopopop/go-template
golang template
https://github.com/stephen-shopopop/go-template
golang makefile
Last synced: 4 months ago
JSON representation
golang template
- Host: GitHub
- URL: https://github.com/stephen-shopopop/go-template
- Owner: stephen-shopopop
- License: mit
- Created: 2022-05-14T09:48:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T17:05:09.000Z (9 months ago)
- Last Synced: 2024-09-15T02:48:41.383Z (9 months ago)
- Topics: golang, makefile
- Language: Makefile
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://go.dev/doc/devel/release)
[](https://GitHub.com/stephen-shopopop/go-template/graphs/commit-activity)
[](https://svgshare.com/i/Zhy.svg)
[](https://svgshare.com/i/ZjP.svg)
[](https://code.visualstudio.com/)
[](https://github.com/stephen-shopopop/go-template/actions/workflows/go.yml)
[](https://github.com/stephen-shopopop/go-template/actions/workflows/release.yml)# Go template
[Installation golang](https://go.dev/doc/install)
[Documentation](https://go.dev/doc/)
## Usage
```bash
go run ./cmd/cli
```### Make (linux/darwin)
```bash
1. make // help
2. make deps // install dependencies
3. make build // build binary
```### References
- [golang for nodejs developers](https://github.com/miguelmota/golang-for-nodejs-developers)
- [Structure programme](https://blog.otso.fr/2020-10-11-organisation-projet-go-standard)
- [Debuter avec golang](https://www.youtube.com/c/getCodingKnowledge/videos)
- [learn golang with test](https://quii.gitbook.io/learn-go-with-tests/go-fundamentals/hello-world)