File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1+ v3.0.0 / 2016-06-02
2+ ===================
3+
4+ * 3.0 is a significant rewrite with multiple breaking changes.
5+ * [ Quickstart] ( https://segment.com/docs/sources/server/go/quickstart/ ) .
6+ * [ Documentation] ( https://segment.com/docs/sources/server/go/ ) .
7+ * [ GoDocs] ( https://godoc.org/gopkg.in/segmentio/analytics-go.v3 ) .
8+ * [ What's New in v3] ( https://segment.com/docs/sources/server/go/#what-s-new-in-v3 ) .
9+
110
211v2.1.0 / 2015-12-28
312===================
Original file line number Diff line number Diff line change @@ -14,11 +14,6 @@ To install it in the GOPATH:
1414go get https://github.com/segmentio/analytics-go
1515```
1616
17- Or via the Go vendoring mechanism:
18- ```
19- git submodule add https://github.com/segmentio/analytics-go vendor/github.com/segmentio/analytics-go
20- ```
21-
2217## Documentation
2318
2419The links bellow should provide all the documentation needed to make the best
You can’t perform that action at this time.
0 commit comments