Go to file
2023-11-07 07:35:21 -06:00
.vscode add nolint 2023-11-07 07:25:07 -06:00
internal/config int is fun and requires a returned int64 due to code in parseFlags 2023-11-07 07:35:21 -06:00
.gitignore initial commit 2023-10-24 12:35:42 -05:00
.golangci.yaml initial commit 2023-10-24 12:35:42 -05:00
readme.md Updates functions so they actually work :P 2023-11-04 13:10:29 -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}"