1
0
mirror of https://github.com/octoleo/syncthing.git synced 2025-02-12 16:48:31 +00:00
syncthing/gui_development.go

10 lines
140 B
Go
Raw Permalink Normal View History

//+build guidev
package main
import "github.com/codegangsta/martini"
func embeddedStatic() interface{} {
return martini.Static("gui")
}