You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# demoinfocs-golang - A CS:GO Demo Parser
1
+
# demoinfocs-golang - CS:GO Demo Parser
2
2
3
-
This is a Go library for super fast parsing and analysing of Counter Strike: Global Offensive (CS:GO) demos (aka replays). It is based on <ahref="https://github.com/ValveSoftware/csgo-demoinfo"rel="external">Valve's demoinfogo</a> and <ahref="https://github.com/StatsHelix/demoinfo"rel="external">SatsHelix's demoinfo</a>.
3
+
A blazing fast, feature complete and production ready Go library for parsing and analysing of Counter Strike: Global Offensive (CS:GO) demos (aka replays). It is based on <ahref="https://github.com/ValveSoftware/csgo-demoinfo"rel="external">Valve's demoinfogo</a> and <ahref="https://github.com/StatsHelix/demoinfo"rel="external">SatsHelix's demoinfo</a> but provides many improvements.
go get -u github.com/markus-wa/demoinfocs-golang/v2/pkg/demoinfocs
21
22
22
-
## Upgrading from v1.x to v2
23
-
24
-
If you are currently using version 1.x of this library, check out [this wiki page](https://github.com/markus-wa/demoinfocs-golang/wiki/Upgrading-from-v1.x-to-v2.0.0) for an upgrade guide to v2.
25
-
26
-
The old code is also still available in the [`v1` branch](https://github.com/markus-wa/demoinfocs-golang/tree/v1) if you need it.
@@ -52,7 +47,7 @@ This library should be used with `go 1.11` or higher as it is built using Go mod
52
47
It's recommended to use modules for consumers as well if possible.
53
48
If you are unfamiliar with Go modules there's a [list of recommended resources](https://github.com/markus-wa/demoinfocs-golang/wiki/Go-Modules#recommended-links--articles) in the wiki.
54
49
55
-
## Getting Started
50
+
## Quickstart Guide
56
51
57
52
1. Download and install Go 1.11 or newer [from golang.org](https://golang.org/dl/) or via your favourite package manager
0 commit comments