Skip to content

Commit a7d3976

Browse files
authored
Merge pull request #4650 from nzoschke/patch-1
Update go module url
2 parents 9960338 + 880f3ba commit a7d3976

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)