a0676c0f54140746c5eee3395b4d35132fd2537e
GoLang Base
Table of Contents
Information
This is a base repository for starting a GoLang project. It includes a set of linters, rules, and other configurations to make starting a new project easier.
Usage
Clone this repository and update go.mod
PRJCT="example.com/newproject"
go mod init "${PRJCT}"
Description
Languages
Go
100%