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

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