Initial commit

This commit is contained in:
PhatPhuckDave
2024-07-22 19:58:07 +02:00
commit cd8322cc5a
11 changed files with 354 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module smpp-tester
go 1.22.4
require github.com/yuin/gopher-lua v1.1.1