module
Version:
v0.0.0-...-97e802f
Opens a new window with list of versions in this module.
Published: Jul 27, 2024
License: Apache-2.0
Opens a new window with license information.
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"
Directories
¶
cmd
|
|
|
|
Click to show internal directories.
Click to hide internal directories.