go-model icon indicating copy to clipboard operation
go-model copied to clipboard

Robust & Easy to use struct mapper and utility methods for Go

Results 3 go-model issues
Sort by recently updated
recently updated
newest added

`go-model` won't copy filed with the same type name, following are the reproduce code. ```go package main import ( "encoding/json" "log" "golang.org/x/oauth2" go_model "gopkg.in/jeevatkm/go-model.v1" ) type Endpoint struct { AuthURL...

I'm trying to convert from time.Time to timestamppb.Timestamp. This is the code I have written below but it doesn't work, and return such an error `panic: reflect.Set: value of type...

Great project! It would be nice if go-model could copy between arrays.

new feature