malletjo

Results 1 issues of malletjo

Let me know if i'm wrong : ``` func getTags(obj reflect.Type, tags map[string]string, key string) { if obj.Kind() != reflect.Struct && obj.Kind() != reflect.Ptr { return } var tag string...