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
+23-16Lines changed: 23 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
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>.
@@ -23,14 +23,20 @@ Go check out [this README on the `v2` branch](https://github.com/markus-wa/demoi
23
23
24
24
## Requirements
25
25
26
-
This library is intended to be used with `go 1.11` or higher as it is built using Go modules.
26
+
This library should be used with `go 1.11` or higher as it is built using Go modules.
27
27
28
28
It's recommended to use modules for consumers as well if possible.
29
29
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.
30
30
31
31
## Go Get
32
32
33
-
go get -u github.com/markus-wa/demoinfocs-golang
33
+
go get -u github.com/markus-wa/demoinfocs-golang/v2/pkg/demoinfocs
34
+
35
+
## Upgrading from v1.x to v2
36
+
37
+
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.
38
+
39
+
The old code is also still available in the [`v1` branch](https://github.com/markus-wa/demoinfocs-golang/tree/v1) if you need it.
* Access to all net-messages - [docs](https://godoc.org/github.com/markus-wa/demoinfocs-golang#NetMessageCreator) / [example](https://github.com/markus-wa/demoinfocs-golang/tree/master/examples/net-messages)
* Access to all net-messages - [docs](https://pkg.go.dev/github.com/markus-wa/demoinfocs-golang/v2/pkg/demoinfocs?tab=doc#NetMessageCreator) / [example](https://github.com/markus-wa/demoinfocs-golang/tree/master/examples/net-messages)
0 commit comments