aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-04-24 13:44:53 +0300
committerheqnx <root@heqnx.com>2025-04-24 13:44:53 +0300
commit930062a646f7131d5d666798b32e4b306b9ae177 (patch)
treeb5d78a4bfa71397cca7860d2bf0ebb5fd4b08bcb /go.mod
parente1ea395f5fdb40ed446c8536bcf885e63dd006fb (diff)
downloadgo-assembly-ldr-1.0.0.tar.gz
go-assembly-ldr-1.0.0.zip
initial commitv1.0.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..d9aed84
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module go-assembly-ldr
+
+go 1.23.4