aboutsummaryrefslogtreecommitdiff
path: root/pkg/messages/types/netStringCmd.go
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-06-06 22:25:08 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-06-06 22:25:08 +0300
commitdb09a59790aa6c32906eaa5ed5fe05ae6cfb5955 (patch)
tree0def7f2b44d60b337c715e43916901b7b247774b /pkg/messages/types/netStringCmd.go
parentchange project name, decouple main and parsing entrance (diff)
downloadsdp.go-1.2.0.tar.gz
sdp.go-1.2.0.tar.bz2
sdp.go-1.2.0.zip
change project name to sdp.gov1.2.0
Diffstat (limited to 'pkg/messages/types/netStringCmd.go')
-rw-r--r--pkg/messages/types/netStringCmd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/messages/types/netStringCmd.go b/pkg/messages/types/netStringCmd.go
index 57ae813..13d5a13 100644
--- a/pkg/messages/types/netStringCmd.go
+++ b/pkg/messages/types/netStringCmd.go
@@ -4,7 +4,7 @@ import (
4 "strings" 4 "strings"
5 5
6 "github.com/pektezol/bitreader" 6 "github.com/pektezol/bitreader"
7 "github.com/pektezol/demoparser/pkg/writer" 7 "github.com/pektezol/sdp.go/pkg/writer"
8) 8)
9 9
10type NetStringCmd struct { 10type NetStringCmd struct {