summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-07-27 00:22:15 +0100
committerNick White <git@njw.name>2020-07-27 00:22:15 +0100
commit8f22584952c2a3939caf0a69083931fcf3829a54 (patch)
treee34c06bf8c6b23c39b91d96c1cb6c03f1fdaf4ce /go.mod
parent80a7eec206e9887e286654ae3e9f9b4c0d4b89a0 (diff)
Remove old "Window" based functions, in preference for the new Rect ones, and Proportion which was best in the preproc packagev0.4.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index da33442..9e06b2d 100644
--- a/go.mod
+++ b/go.mod
@@ -1 +1,3 @@
module rescribe.xyz/integralimg
+
+go 1.14