diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-06-06 22:25:08 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-06-06 22:25:08 +0300 |
| commit | db09a59790aa6c32906eaa5ed5fe05ae6cfb5955 (patch) | |
| tree | 0def7f2b44d60b337c715e43916901b7b247774b /pkg/messages/types/svcPaintmapData.go | |
| parent | change project name, decouple main and parsing entrance (diff) | |
| download | sdp.go-db09a59790aa6c32906eaa5ed5fe05ae6cfb5955.tar.gz sdp.go-db09a59790aa6c32906eaa5ed5fe05ae6cfb5955.tar.bz2 sdp.go-db09a59790aa6c32906eaa5ed5fe05ae6cfb5955.zip | |
change project name to sdp.gov1.2.0
Diffstat (limited to 'pkg/messages/types/svcPaintmapData.go')
| -rw-r--r-- | pkg/messages/types/svcPaintmapData.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/messages/types/svcPaintmapData.go b/pkg/messages/types/svcPaintmapData.go index 40f6ad0..10f8031 100644 --- a/pkg/messages/types/svcPaintmapData.go +++ b/pkg/messages/types/svcPaintmapData.go | |||
| @@ -2,7 +2,7 @@ package messages | |||
| 2 | 2 | ||
| 3 | import ( | 3 | import ( |
| 4 | "github.com/pektezol/bitreader" | 4 | "github.com/pektezol/bitreader" |
| 5 | "github.com/pektezol/demoparser/pkg/writer" | 5 | "github.com/pektezol/sdp.go/pkg/writer" |
| 6 | ) | 6 | ) |
| 7 | 7 | ||
| 8 | type SvcPaintmapData struct { | 8 | type SvcPaintmapData struct { |