Skip to content

Commit

Permalink
fix empty struct test
Browse files Browse the repository at this point in the history
  • Loading branch information
switchupcb committed Jun 22, 2022
1 parent 93da517 commit ea03ecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/_tests/multi/copygen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/_tests/multi/setup/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ type Copygen interface {
FuncComplex(F func([]string, uint64) *byte) *complex.Collection
FuncExternalComplex(F func(external.Collection) []string) *complex.ComplexCollection

EmptyStruct(struct{}) empty
EmptyStruct(e struct{}) empty
Struct(Collection) Collection
StructExternal(external.Collection) *Collection
}
Expand Down

0 comments on commit ea03ecf

Please sign in to comment.