File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
# sigsci-module-golang
5
5
6
- The Signal Sciences module in golang allows for integrating your golang
6
+ The Signal Sciences module in Golang allows for integrating your Golang
7
7
application directly with the Signal Sciences agent at the source code
8
- level. This golang module is written as a ` http.Handler ` wrapper. To
8
+ level. It is written as an ` http.Handler ` wrapper. To
9
9
integrate your application with the module, you will need to wrap your
10
10
existing handler with the module handler.
11
11
@@ -62,7 +62,7 @@ go run examples/helloworld/main.go /tmp/sigsci.sock
62
62
go run examples/helloworld/main.go localhost:9999
63
63
```
64
64
65
- This will run a HTTP listener on ` localhost:8000 ` , which will send any
65
+ This will run an HTTP listener on ` localhost:8000 ` , which will send any
66
66
traffic to this listener to a running sigsci-agent for inspection.
67
67
68
68
[ doc-img ] : https://godoc.org/github.com/signalsciences/sigsci-module-golang?status.svg
You can’t perform that action at this time.
0 commit comments