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 8945d9f commit e8d4238Copy full SHA for e8d4238
examples/net-messages/README.md
@@ -4,7 +4,7 @@
4
5
You can use the build tag `debugdemoinfocs` to find interesting net-messages.
6
7
-Example: `go run myprogram.go -tags debugdemoinfocs | grep "UnhandledMessage" | sort | uniq -c`
+Example: `go run myprogram.go -tags debugdemoinfocs -ldflags '-X github.com/markus-wa/demoinfocs-golang.debugUnhandledMessages=YES' | grep "UnhandledMessage" | sort | uniq -c`
8
9
<details>
10
<summary>Sample output</summary>
0 commit comments