aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-09-19 18:55:25 +0900
committerAstatin <astatin@redacted>2024-09-19 18:55:25 +0900
commit1680bc5146b25d3631e6b7bfee3946ef59d906fd (patch)
tree5aac450b147ab4c02b51f2968caefbc343a0a577 /go.mod
parent7f41367ce01fbecaec6eb5f173152a59fe55e669 (diff)
Create 1st draft of new assembler in go
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..b12abb4
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/astatinchan/gamboy-asm
+
+go 1.23.0