diff options
author | Alan Pearce | 2025-03-21 21:52:31 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-21 21:52:31 +0100 |
commit | 85fff9ebf5a3177d8c4e48d7314e402c0be27cee (patch) | |
tree | 3f5713c898622585d2f75d919fd2cd3a329654a1 /go.mod | |
parent | 7ada5cf0a0ac21780e8ef5abd4be308446fa3110 (diff) | |
download | gomponents-1.4.0.tar.lz gomponents-1.4.0.tar.zst gomponents-1.4.0.zip |
Add MapIter to map over iterators v1.4.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod index 8a7823b..0b6bf60 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module go.alanpearce.eu/gomponents -go 1.18 +go 1.23 |