Skip to content

Commit 245d81b

Browse files
Amir LaherAmir Laher
authored andcommitted
implement generic immutable maps
1 parent a1d1726 commit 245d81b

File tree

4 files changed

+610
-941
lines changed

4 files changed

+610
-941
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
module github.com/benbjohnson/immutable
22

33
go 1.18
4+
5+
require golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf h1:oXVg4h2qJDd9htKxb5SCpFBHLipW6hXmL3qpUixS2jw=
2+
golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf/go.mod h1:yh0Ynu2b5ZUe3MQfp2nM0ecK7wsgouWTDN0FNeJuIys=

0 commit comments

Comments
 (0)