aboutsummaryrefslogtreecommitdiffstats
path: root/static
AgeCommit message (Collapse)Author
2015-06-06main.go: Add static file serverTeddy Wing
* Temporarily comment out Bitcoin transaction trigger * Add a static file server to the main function * Add a sample index.html file that gets served at the root We'll use this to serve our HTML files for the AngelHack demo. Used this article as a resource: http://www.alexedwards.net/blog/serving-static-sites-with-go