diff options
author | Amir Laher <amirlaher@Amirs-Air.fritz.box> | 2022-05-20 15:12:40 +1200 |
---|---|---|
committer | Amir Laher <amirlaher@Amirs-Air.fritz.box> | 2022-05-20 15:12:40 +1200 |
commit | 369c5b6604e621b3d3bb484718ae3a3575d0fcb2 (patch) | |
tree | ff3e461149a8815ba9d64204c8445502f06871a3 | |
parent | upgrade github actions to go 1.18 (diff) | |
download | pds-369c5b6604e621b3d3bb484718ae3a3575d0fcb2.tar.gz pds-369c5b6604e621b3d3bb484718ae3a3575d0fcb2.tar.xz |
undo v2 module change after comment from @benbjohnson
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -module github.com/benbjohnson/immutable/v2 +module github.com/benbjohnson/immutable go 1.18 |