s3browser-backend/internal/debug.go

10 lines
185 B
Go
Raw Normal View History

2021-09-03 21:23:06 +00:00
//go:build !prod
// +build !prod
package s3browser
// Since we dont have the static directory when developing we replace the function with an empty one
func initStatic() {
// NOOP
}