Re-add inadvertently ignored files

This commit is contained in:
Jakob Borg
2014-03-02 23:58:14 +01:00
parent 0afcb5b7e7
commit 9743386166
29 changed files with 4189 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
//+build guidev
package main
import "github.com/codegangsta/martini"
func embeddedStatic() interface{} {
return martini.Static("gui")
}