aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-09-11 17:35:17 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-09-11 17:35:17 +0200
commit635c0f118a490112ca2ee797c92f1dd14e6eeed7 (patch)
tree74f2d72d8b768cbe69b45d9adeb4651a9d6efe73 /go.mod
parent5e9fc455839499ff8f5600ef1515ca4668d9049c (diff)
downloadgo-gg-635c0f118a490112ca2ee797c92f1dd14e6eeed7.tar.gz
add TODOs
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index deaffce..0cd2a2d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,4 @@
module go.xyrillian.de/gg
+// TODO for 1.27: use sql.ConvertAssign for gg/option; deprecate gg/options and offer methods on Option instead; make jsonmatch.Pointer into an alias of jsontext.Pointer
go 1.26