Remove default service

This commit is contained in:
Asim 2015-12-21 01:12:29 +00:00
parent cc720dd125
commit 45dcffcaaf

View File

@ -34,8 +34,7 @@ type Service interface {
type Option func(*Options)
var (
HeaderPrefix = "X-Micro-"
DefaultService = newService()
HeaderPrefix = "X-Micro-"
)
func NewService(opts ...Option) Service {