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
+
1
10
2
11
v2.1.0 / 2015-12-28
3
12
===================
Original file line number Diff line number Diff line change @@ -14,11 +14,6 @@ To install it in the GOPATH:
14
14
go get https://github.com/segmentio/analytics-go
15
15
```
16
16
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
-
22
17
## Documentation
23
18
24
19
The links bellow should provide all the documentation needed to make the best
You can’t perform that action at this time.
0 commit comments