octomation / go-module

🧩 Template for a typical module written on Go.

Home Page:https://go-module.octolab.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev: add setup target

kamilsk opened this issue · comments

Motivation: prepare environment.

Interface

$ run setup
# make deps
# make tools
# ...
# run @usage
#  - make test - run some tests...
#  - make lint - run some lints...
#  - ...

To do

  • Describe alias run=./Taskfile in the readme.
  • Add reference to the Taskfile project.