Skip to content

Commit 6e9574e

Browse files
committed
internal/parser: mongo: fixup lower package name
1 parent 2fd56e9 commit 6e9574e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ require (
5959
github.com/golang/protobuf v1.5.2 // indirect
6060
github.com/golang/snappy v0.0.4 // indirect
6161
github.com/google/btree v1.0.1 // indirect
62+
github.com/google/go-cmp v0.5.9 // indirect
6263
github.com/google/pprof v0.0.0-20210827144239-02619b876842 // indirect
6364
github.com/google/uuid v1.3.0 // indirect
6465
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect

internal/parser/shared/tpl/mongo_orm_test.gogo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{define "mongo_orm_test"}}package {{.GoPackage | lower}}
1+
{{define "mongo_orm_test"}}package {{.GoPackage}}
22
{{$obj := .}}
33

44
{{if ($obj.DbSwitch "mongo")}}

0 commit comments

Comments
 (0)