1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-03-23 20:32:32 +02:00

Delete debug.go

This commit is contained in:
Asim Aslam 2020-12-12 20:50:53 +00:00 committed by GitHub
parent 15a62ae0b9
commit a543157f50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +0,0 @@
// Package debug provides micro debug packages
package debug
var (
// DefaultName is the name of debug service
DefaultName = "go.micro.debug"
)