Skip to content

Commit 5db3da3

Browse files
Merge pull request #129 from logic-building/DistinctForStruct-generated-code
Distinct for struct generated code
2 parents cb67c4c + e82d806 commit 5db3da3

File tree

15 files changed

+4590
-763
lines changed

15 files changed

+4590
-763
lines changed

gofp/gofp.go

Lines changed: 263 additions & 112 deletions
Large diffs are not rendered by default.

internal/employee/employee.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ type Teacher struct {
1818
Salary float64
1919
CreationDate *time.Time
2020
Address *string
21+
Students []string
2122
}

0 commit comments

Comments
 (0)