An hyper-opinionated, ultra-minimal Golang repository template.
This repository depends on asdf. Once installed, please install all the asdf plugins used in this repository, by running (or something similar):
$ cut -d' ' -f1 .tool-versions | \
while read PLUGIN; do
asdf plugin add $PLUGIN || true
doneThen, run:
$ asdf installThis codebase uses task to define a simple "development toolchain" for the project. It was installed by asdf during the setup.
Start by typing:
$ task <TAB><TAB>Note
Setup task completion for the best experience.