We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd56e9 commit 6e9574eCopy full SHA for 6e9574e
go.mod
@@ -59,6 +59,7 @@ require (
59
github.com/golang/protobuf v1.5.2 // indirect
60
github.com/golang/snappy v0.0.4 // indirect
61
github.com/google/btree v1.0.1 // indirect
62
+ github.com/google/go-cmp v0.5.9 // indirect
63
github.com/google/pprof v0.0.0-20210827144239-02619b876842 // indirect
64
github.com/google/uuid v1.3.0 // indirect
65
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
internal/parser/shared/tpl/mongo_orm_test.gogo
@@ -1,4 +1,4 @@
1
-{{define "mongo_orm_test"}}package {{.GoPackage | lower}}
+{{define "mongo_orm_test"}}package {{.GoPackage}}
2
{{$obj := .}}
3
4
{{if ($obj.DbSwitch "mongo")}}
0 commit comments