2025-02-22 21:49:14 -06:00
2025-02-22 16:12:07 -06:00
2025-02-22 21:49:14 -06:00
2023-10-24 12:35:42 -05:00
2023-10-24 12:35:42 -05:00

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%