Initial commit

This commit is contained in:
2023-10-10 02:02:56 -07:00
commit 5bc113a5d0
11 changed files with 825 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module mjhelper
go 1.20
require (
github.com/mowshon/iterium v1.0.0 // indirect
golang.org/x/exp v0.0.0-20230307190834-24139beb5833 // indirect
)