diff options
| author | Alex Flint <[email protected]> | 2020-01-24 14:30:29 -0800 |
|---|---|---|
| committer | Alex Flint <[email protected]> | 2020-01-24 14:30:29 -0800 |
| commit | 711618869d25f9f1851bb18d4792c3f46ef9821b (patch) | |
| tree | 0248ea715bc56f9884b1b7d0ec9cbcecfc75ca2b /go.mod | |
| parent | 7e2466d70798086a87f82713cfba49dae0af494f (diff) | |
fix issue with duplicate fields in embedded structs
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,3 +4,5 @@ require ( github.com/alexflint/go-scalar v1.0.0 github.com/stretchr/testify v1.2.2 ) + +go 1.13 |
