From 378683d25bdae89fa446b2b82f8dda5d6b34ea33 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 14 Mar 2024 14:37:32 +0100 Subject: feat: initial support of closures Also detection and automatic execution of main function. Make sure that all debug is output to stderr. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index bd9551c..9c02fa8 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/mvertes/parscan -go 1.20 +go 1.21 -- cgit v1.2.3