alexferl / go-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-boilerplate

A minimalistic Go boilerplate.

Includes:

Requirements

  • Go 1.22+

Using

git clone https://github.com/alexferl/go-boilerplate.git myapp
cd myapp
make dev

See which other commands are available with:

make help

About

License:MIT License


Languages

Language:Makefile 97.5%Language:Go 2.5%