aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2022-11-07 17:57:03 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-09-16 21:39:38 +0300
commitee06bf14f9ed50322bed3ea38ea9d9ebca3fe20b (patch)
treed7962458aa26bed38c4bdb3a26c2b1b0abc0179c
parentdone until the hard part (diff)
downloadsdp.go-ee06bf14f9ed50322bed3ea38ea9d9ebca3fe20b.tar.gz
sdp.go-ee06bf14f9ed50322bed3ea38ea9d9ebca3fe20b.tar.bz2
sdp.go-ee06bf14f9ed50322bed3ea38ea9d9ebca3fe20b.zip
starting stringtable
-rw-r--r--packets/classes/stringtable.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/packets/classes/stringtable.go b/packets/classes/stringtable.go
index e69de29..df8e840 100644
--- a/packets/classes/stringtable.go
+++ b/packets/classes/stringtable.go
@@ -0,0 +1,5 @@
1package classes
2
3func ParseStringTable() {
4
5}