We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0d19c commit f66ed2fCopy full SHA for f66ed2f
README.md
@@ -41,9 +41,12 @@ The old code is also still available in the [`v1` branch](https://github.com/mar
41
```terminal
42
mkdir my-project
43
cd my-project
44
+
45
go mod init github.com/<YOUR_GITHUB_USER>/my-project
46
# the module name (github.com/<YOUR_GITHUB_USER>/my-project) can always be changed later
47
# you can also put example.com/my-project or anything else if you don't plan to publish your project
48
49
+go get -u github.com/markus-wa/demoinfocs-golang/v2/pkg/demoinfocs
50
```
51
52
3. Create a `main.go` file with the example below
0 commit comments