https://github.com/4strodev/golang-project-template
A template for my golang projects
https://github.com/4strodev/golang-project-template
Last synced: over 1 year ago
JSON representation
A template for my golang projects
- Host: GitHub
- URL: https://github.com/4strodev/golang-project-template
- Owner: 4strodev
- License: mit
- Created: 2024-06-29T09:43:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T10:45:41.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T01:44:15.392Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Golang project
This is a base project for the Go programming language.
## Tools that uses
It uses [air](https://github.com/air-verse/air) for live realoding and [task](https://taskfile.dev/) for build scripts and more.
## Build project
To build the project use the `build` task or the `default` one.
task [build]