Lukas Heiligenbrunner
d9d6907745
correct load of subpage when standalone binary ability to set external videourl when using standalone binary
7 lines
96 B
Go
7 lines
96 B
Go
// +build !static
|
|
|
|
package static
|
|
|
|
// add nothing on no static build
|
|
func ServeStaticFiles() {}
|