diff options
author | Astatin <[email protected]> | 2024-09-26 15:05:21 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-09-26 15:05:21 +0900 |
commit | 0b44780a7b142147d25f0f436159b876f95f17f7 (patch) | |
tree | 398412fdfb253e7ca6db2845e78877322dc84c7a /go.mod | |
parent | ef861b3e9b9800259e011581e01a853d3a122bf4 (diff) |
So for some reason, I didn't change anything and it started working. I guess it's good then. Also cleaned up the tests files
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ -module github.com/astatinchan/gamboy-asm +module github.com/astatinchan/gameboy-asm go 1.23.0 |