start conversion to Go

This commit is contained in:
Joel Wetzell
2026-04-15 12:43:39 -05:00
parent d2e568bd71
commit f07276b858
8 changed files with 223 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
module github.com/jwetzell/jakaudiotools
go 1.26.2
require github.com/urfave/cli/v3 v3.8.0