diff options
author | Astatin <[email protected]> | 2024-09-19 18:55:25 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-09-19 18:55:25 +0900 |
commit | 1680bc5146b25d3631e6b7bfee3946ef59d906fd (patch) | |
tree | 5aac450b147ab4c02b51f2968caefbc343a0a577 /go.mod | |
parent | 7f41367ce01fbecaec6eb5f173152a59fe55e669 (diff) |
Create 1st draft of new assembler in go
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module github.com/astatinchan/gamboy-asm + +go 1.23.0 |