mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
10 lines
140 B
Go
10 lines
140 B
Go
//+build guidev
|
|
|
|
package main
|
|
|
|
import "github.com/codegangsta/martini"
|
|
|
|
func embeddedStatic() interface{} {
|
|
return martini.Static("gui")
|
|
}
|