Ejemplo n.º 1
0
func init() {
	// Set encoding package
	encoding.IgnoreType(reflect.TypeOf(Term{}))

	log = logrus.New()
}
Ejemplo n.º 2
0
func init() {
	// Set encoding package
	encoding.IgnoreType(reflect.TypeOf(Term{}))
}