From 5da35c9ae3396002e3c8d4de8edbdf85ecf2569d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 4 Oct 2022 17:53:28 -0700 Subject: ref(tools/ipconverter): rewrite the tool in python No need to do this with Go, a python script is fine. We also don't need to set shell aliases for this: when we install the tool, we can create symbolic links to `ip2int` and `int2ip`. --- tools/ipconverter/go.mod | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 tools/ipconverter/go.mod (limited to 'tools/ipconverter/go.mod') diff --git a/tools/ipconverter/go.mod b/tools/ipconverter/go.mod deleted file mode 100644 index 49b8653..0000000 --- a/tools/ipconverter/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module golang.fcuny.net/ipconverter - -go 1.17 -- cgit v1.2.3