7 lines
96 B
Go
7 lines
96 B
Go
|
// +build !static
|
||
|
|
||
|
package static
|
||
|
|
||
|
// add nothing on no static build
|
||
|
func ServeStaticFiles() {}
|