Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
/ go-template Public template

An hyper-opinionated, ultra-minimal Golang repository template.

License

Notifications You must be signed in to change notification settings

detro/go-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO-TEMPLATE

An hyper-opinionated, ultra-minimal Golang repository template.

Getting started

Setup

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
  done

Then, run:

$ asdf install

Toolchain

This 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.

License

MIT

About

An hyper-opinionated, ultra-minimal Golang repository template.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages