Skip to content

Instantly share code, notes, and snippets.

@taion809
Created April 15, 2014 12:59
Show Gist options
  • Save taion809/10730486 to your computer and use it in GitHub Desktop.
Save taion809/10730486 to your computer and use it in GitHub Desktop.
crappy gorilla tutorial.
Getting Started With Gorilla MUX
===============
###### [Rough Draft.. stop sucking at writing]
I used to have a ton of time. My responsibilities were minimal and I was working remotely from home. Since moving back to The United States I find I have a lot less time. I commute into New York City, which eat's up 2 hours per day, upon returning home I help my wife take care of our son, then I often pass out and start the cycle anew. With that being said, I am now trying to break out of my routine and explore new avenues in programming. Hopefully this series on getting started with the Gorilla Toolkit will be useful to someone else.
Ok, enough of the useless let's get to the useful!
### What are we going to do?
At the end of this series we will have a nice, small, and reasonable flat-file blog built with the golang standard library and the Gorilla Toolkit.
### Setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment