aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2022-11-06 17:27:56 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-09-16 21:39:36 +0300
commitb8c9cdc9996706047b605fcb179161a678fcb8db (patch)
tree9e8b7b345e8e9a6533ed4e1a7257b78f5f01ec8d /main.go
parentclass parses and other stuff (diff)
downloadsdp.go-b8c9cdc9996706047b605fcb179161a678fcb8db.tar.gz
sdp.go-b8c9cdc9996706047b605fcb179161a678fcb8db.tar.bz2
sdp.go-b8c9cdc9996706047b605fcb179161a678fcb8db.zip
changed github username + other stuff that i don't remember
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 8def33d..4aa7fd1 100644
--- a/main.go
+++ b/main.go
@@ -6,7 +6,7 @@ import (
6 "log" 6 "log"
7 "os" 7 "os"
8 8
9 "github.com/bisaxa/demoparser/messages" 9 "github.com/pektezol/demoparser/messages"
10) 10)
11 11
12func main() { 12func main() {