mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 12:42:34 +02:00
11 lines
171 B
Go
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
|
|
}
|