Skip to content

Commit 0d34649

Browse files
committed
add map
1 parent fb69877 commit 0d34649

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module github.com/goextension/extmap
2+
3+
go 1.13
4+
5+
require (
6+
github.com/fatih/structs v1.1.0
7+
github.com/mitchellh/mapstructure v1.1.2
8+
)

0 commit comments

Comments
 (0)