GoLang Base

Table of Contents

  1. Information
  2. Usage

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
No description provided
Readme 64 KiB
Languages
Go 100%