initial commit to prepare for rewrite into golang for actual use

This commit is contained in:
HikariKnight 2023-04-05 13:32:38 +02:00
parent 0d4f63f371
commit 5da1a88296
21 changed files with 129 additions and 1 deletions

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module github.com/HikariKnight/quickpassthrough
go 1.20
require github.com/akamensky/argparse v1.4.0