From 800664c98c66ec5ee2a50abd80c51495bc21b013 Mon Sep 17 00:00:00 2001 From: Celestino Amoroso Date: Tue, 26 Mar 2024 08:56:20 +0100 Subject: [PATCH] added go.mod --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..9c62a59 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.portale-stac.it/go-pkg/expr + +go 1.21.6