GoDoxy/internal/api/v1/debug/handler_production.go
2025-04-13 06:17:41 +08:00

11 lines
171 B
Go

//go:build !debug
package debugapi
import (
config "github.com/yusing/go-proxy/internal/config/types"
)
func StartServer(cfg config.ConfigInstance) {
// do nothing
}