module
0.0.0-20240727090047-97e802fe04a5
Repository: https://github.com/joonas-fi/template-go.git
Documentation: pkg.go.dev
# README
A template for kicking off a Go project.
I have this new-go-project.sh
script on my workstation:
#!/bin/bash -eu
git clone https://github.com/joonas-fi/template-go.git "$1"
# replace placeholders with concrete ones etc.
cd "$1" && bin/init-template.sh "$1"
# Packages
No description provided by the author