To install locally:
# Clone repository:
git clone https://github.com/rootVIII/go101doc.git
# Build and run:
go build -o bin/go101doc
./bin/go101doc
# Build binary in ~/go/bin (available in path) and run
cd <project root>
go install .
go101doc
This was developed on Ubuntu 18.04 LTS + MacOS Big Sur.
Author: rootVIII 08DEC2019