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/classes/sarData.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/classes/sarData.go')
| -rw-r--r-- | pkg/classes/sarData.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/classes/sarData.go b/pkg/classes/sarData.go index 27e8a64..4a5bfed 100644 --- a/pkg/classes/sarData.go +++ b/pkg/classes/sarData.go | |||
| @@ -5,7 +5,7 @@ import ( | |||
| 5 | "fmt" | 5 | "fmt" |
| 6 | 6 | ||
| 7 | "github.com/pektezol/bitreader" | 7 | "github.com/pektezol/bitreader" |
| 8 | "github.com/pektezol/demoparser/pkg/writer" | 8 | "github.com/pektezol/sdp.go/pkg/writer" |
| 9 | ) | 9 | ) |
| 10 | 10 | ||
| 11 | type SarDataType uint8 | 11 | type SarDataType uint8 |