Hitchhhiker's Guide to Golang
For more info visit Github.
Contents
- Installation
- Frameworks
- License
How it works
First,please insure you have the following packages installed and running.
- python 2.6 or later
- pip
-
pip install mkdocs
-
Clone the repo on your local machine
git clone https://github.com/ramitsurana/golang-guide.git
- Get into it
cd golang-guide
- Start up the server
mkdocs serve
You will be able to see the live session running at http://localhost:8000 on your favourite browser.
Commands
mkdocs new [dir-name]
- Create a new project.mkdocs serve
- Start the live-reloading docs server.mkdocs build
- Build the documentation site.mkdocs help
- Print this help message.
Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
docs/env.md
... # Other markdown pages, images and other files.
License
The following work is done under Apache License 2.0