Skip to content

Commit 880f3ba

Browse files
authored
Update go module url
It looks like the go module is now at `go get github.com/segmentio/analytics-go/v3` Following the docs a user gets this warning: ``` % go get gopkg.in/segmentio/analytics-go.v3 go: downloading gopkg.in/segmentio/analytics-go.v3 v3.2.1 go: gopkg.in/segmentio/[email protected]: parsing go.mod: module declares its path as: github.com/segmentio/analytics-go/v3 but was required as: gopkg.in/segmentio/analytics-go.v3 ```
1 parent 21e5124 commit 880f3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/server/go/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When you create a Source in the Segment web app, it tells the Segment servers th
2727
Installing our Go library is easy, just run the following:
2828

2929
```bash
30-
go get gopkg.in/segmentio/analytics-go.v3
30+
go get github.com/segmentio/analytics-go/v3
3131
```
3232

3333
Then just import the library and initialize a new client your Segment source's **Write Key**, like so:

0 commit comments

Comments
 (0)