Hitchhhiker's Guide to Golang

For more info visit Github.

@ramitsurana Star Fork

golang

Contents

How it works

First,please insure you have the following packages installed and running.

git clone https://github.com/ramitsurana/golang-guide.git

cd golang-guide

mkdocs serve

You will be able to see the live session running at http://localhost:8000 on your favourite browser.

Commands

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

Fork me on GitHub