analytics-go icon indicating copy to clipboard operation
analytics-go copied to clipboard

Fix go get import path in README

Open trapped opened this issue 2 years ago • 0 comments

Fixes the go get command in the README; the HTTPS protocol scheme must not be included.

This is the output when running the command as currently specified:

 > go get https://github.com/segmentio/analytics-go
go: malformed module path "https:/github.com/segmentio/analytics-go": invalid char ':'

trapped avatar Nov 22 '23 11:11 trapped