Skip to content

Commit

Permalink
Fix errors and upgrade dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
8treenet committed Oct 16, 2024
1 parent 00a958c commit d1106ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freedom/template/crud/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,11 +359,11 @@ func FunTemplate() string {
// {{.Name}}ToPoint
func {{.Name}}ToPoint(object po.{{.Name}}, inErr error) (result *po.{{.Name}}, e error) {
result = &object
if inErr != nil {
e = inErr
return
}
result = &object
return
}
Expand Down

0 comments on commit d1106ca

Please # to comment.