An open API service indexing awesome lists of open source software.

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

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]