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 /README.md | |
| parent | change project name, decouple main and parsing entrance (diff) | |
| download | sdp.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 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -1,11 +1,11 @@ | |||
| 1 | # DemoParser [](https://goreportcard.com/report/github.com/pektezol/demoparser) [](https://github.com/pektezol/DemoParser/blob/main/LICENSE) | 1 | # sdp.go [](https://goreportcard.com/report/github.com/pektezol/sdp.go) [](https://github.com/pektezol/sdp.go/blob/main/LICENSE) |
| 2 | 2 | ||
| 3 | Source Demo Parser for Portal 2 written in Golang. | 3 | Source Demo Parser for Portal 2 written in Golang. |
| 4 | 4 | ||
| 5 | ## Couldn't Do This Without Them | 5 | ## Couldn't Do This Without Them |
| 6 | 6 | ||
| 7 | - [@UncraftedName](https://github.com/UncraftedName): For [UntitledParser](https://github.com/UncraftedName/UntitledParser) | 7 | - [@UncraftedName](https://github.com/UncraftedName): For [UntitledParser](https://github.com/UncraftedName/UntitledParser) |
| 8 | - [@NeKzor](https://github.com/NeKzor): For [nekz.me/dem](https://nekz.me/dem) | 8 | - [@NeKzor](https://github.com/NeKzor): For [dem.nekz.me](https://dem.nekz.me) |
| 9 | 9 | ||
| 10 | ## Usage | 10 | ## Usage |
| 11 | 11 | ||
| @@ -27,5 +27,5 @@ $ ./parser demos/ | |||
| 27 | - In-depth packet class parsing for each class. ([#7][i7]) | 27 | - In-depth packet class parsing for each class. ([#7][i7]) |
| 28 | - Entity parsing. ([#17][i17]) | 28 | - Entity parsing. ([#17][i17]) |
| 29 | 29 | ||
| 30 | [i7]: https://github.com/pektezol/DemoParser/issues/7 | 30 | [i7]: https://github.com/pektezol/sdp.go/issues/7 |
| 31 | [i17]: https://github.com/pektezol/DemoParser/issues/17 \ No newline at end of file | 31 | [i17]: https://github.com/pektezol/sdp.go/issues/17 \ No newline at end of file |