Skip to content

Commit ea03ecf

Browse files
author
switchupcb
committed
fix empty struct test
1 parent 93da517 commit ea03ecf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/_tests/multi/copygen.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/_tests/multi/setup/setup.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ type Copygen interface {
7070
FuncComplex(F func([]string, uint64) *byte) *complex.Collection
7171
FuncExternalComplex(F func(external.Collection) []string) *complex.ComplexCollection
7272

73-
EmptyStruct(struct{}) empty
73+
EmptyStruct(e struct{}) empty
7474
Struct(Collection) Collection
7575
StructExternal(external.Collection) *Collection
7676
}

0 commit comments

Comments
 (0)