diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-12 13:05:02 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-12 13:05:02 +0200 |
commit | b0397503c8bdcc98216bab220b661466c74a63e9 (patch) | |
tree | 01e0fb2b1b80ff197d533a72708a00621f70e3ac /go.mod | |
parent | 98dd9ae0629d58b16603d0188bd7e6f6f182e337 (diff) |
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
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ -module ws +module git.spacehb.net/ws.git go 1.23.1 |