Skip to content

rootVIII/go101doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Concurrently downloads and arranges the Go101 Ebook as an html file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages