package binstruct import ( "reflect" ) type structHandler struct { } func getStructHandler(typ reflect.Type) structHandler { }