From b0397503c8bdcc98216bab220b661466c74a63e9 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sat, 12 Oct 2024 13:05:02 +0200 Subject: Create separate module for primitives - Added a converter tool to convert from an old version of gobdata to a new format - added ws sub directory for the command line tool --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 16e4d40..2b3dc0d 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module ws +module git.spacehb.net/ws.git go 1.23.1 -- cgit v1.2.3