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 6688111 commit 0c3eb51Copy full SHA for 0c3eb51
README.md
@@ -1,3 +1,6 @@
1
+
2
+[![GoDoc][doc-img]][doc]
3
4
# sigsci-module-golang
5
6
The Signal Sciences module in golang allows for integrating your golang
@@ -61,3 +64,6 @@ go run examples/helloworld/main.go localhost:9999
61
64
62
65
This will run a HTTP listener on `localhost:8000`, which will send any
63
66
traffic to this listener to a running sigsci-agent for inspection.
67
68
+[doc-img]: https://godoc.org/github.com/signalsciences/sigsci-module-golang?status.svg
69
+[doc]: https://godoc.org/github.com/signalsciences/sigsci-module-golang
0 commit comments