mirror of
https://github.com/PeernetOfficial/Cmd.git
synced 2026-07-17 02:47:52 +01:00
Add debug API. This can be used for profiling.
This commit is contained in:
11
Debug empty.go
Normal file
11
Debug empty.go
Normal file
@@ -0,0 +1,11 @@
|
||||
//go:build !debug
|
||||
// +build !debug
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/PeernetOfficial/core/webapi"
|
||||
)
|
||||
|
||||
func attachDebugAPI(api *webapi.WebapiInstance) {
|
||||
}
|
||||
Reference in New Issue
Block a user