/go101doc

Concurrently downloads and arranges the Go101 Ebook as an html file

Primary LanguageGo

go101doc - download the Go 101 Ebook to your current directory as an html doc

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