Harrison Ho

Results 1 comments of Harrison Ho

You should check the error message return ``` err := copier.CopyWithOption(&newUser, &user, copier.Option{DeepCopy: true}) if err != nil { panic(err) } ```