Add null to terminate strings

This commit is contained in:
2024-07-24 20:58:04 +02:00
parent 2453d639ff
commit d25058fdec
4 changed files with 60 additions and 20 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module smpptester
go 1.22.4
require github.com/yuin/gopher-lua v1.1.1
require (
github.com/warthog618/sms v0.3.0
github.com/yuin/gopher-lua v1.1.1
)