pkg/rest/init.go

8 lines
88 B
Go

package rest
import "git.ifooth.com/common/pkg/logger"
func init() {
logger.Init()
}