Commit ab1112f 1 parent e23d459 commit ab1112f Copy full SHA for ab1112f
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
A Splunk Synthetics (Formerly Rigor) client for golang.
3
3
4
4
## Installation
5
- ` go get https://github.com/greatestusername- splunk/syntheticsclient.git `
5
+ ` go get https://github.com/splunk/syntheticsclient.git `
6
6
7
7
## Important Note
8
8
@@ -15,7 +15,7 @@ package syntheticsclient
15
15
import (
16
16
" fmt"
17
17
18
- " https://github.com/greatestusername- splunk/syntheticsclient.git"
18
+ " https://github.com/splunk/syntheticsclient.git"
19
19
)
20
20
21
21
func main () {
@@ -49,7 +49,7 @@ import (
49
49
" fmt"
50
50
" encoding/json"
51
51
52
- " https://github.com/greatestusername- splunk/syntheticsclient.git"
52
+ " https://github.com/splunk/syntheticsclient.git"
53
53
)
54
54
55
55
func main () {
Original file line number Diff line number Diff line change 1
- module github.com/greatestusername- splunk/syntheticsclient
1
+ module github.com/splunk/syntheticsclient
2
2
3
3
go 1.14
You can’t perform that action at this time.
0 commit comments