mycommon/myhttp/myhttp.go

6 lines
51 B
Go

package myhttp
const (
ServicePrefix = "http@"
)