//go:build !prod // +build !prod package httpserver import "github.com/gorilla/mux" // Since we dont have the static directory when developing we replace the function with an empty one func initStatic(r *mux.Router) { // NOOP }