diff options
author | Amir Laher <amirlaher@Amirs-Air.fritz.box> | 2022-05-19 23:29:04 +1200 |
---|---|---|
committer | Amir Laher <amirlaher@Amirs-Air.fritz.box> | 2022-05-19 23:29:04 +1200 |
commit | e9ade2c1243df53a9ab44b4f9cfcf8492b6f72c5 (patch) | |
tree | c9fdd76129c57f01d434fc38d4236fe7c7739602 | |
parent | update readme (diff) | |
download | pds-e9ade2c1243df53a9ab44b4f9cfcf8492b6f72c5.tar.gz pds-e9ade2c1243df53a9ab44b4f9cfcf8492b6f72c5.tar.xz |
Set module path as v2 (breaking change)
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -module github.com/benbjohnson/immutable +module github.com/benbjohnson/immutable/v2 go 1.18 |