mirror of
https://github.com/PeernetOfficial/Cmd.git
synced 2026-07-16 18:37:51 +01:00
12 lines
167 B
Go
12 lines
167 B
Go
//go:build !debug
|
|
// +build !debug
|
|
|
|
package main
|
|
|
|
import (
|
|
"github.com/PeernetOfficial/core/webapi"
|
|
)
|
|
|
|
func attachDebugAPI(api *webapi.WebapiInstance) {
|
|
}
|