Skip to content

Commit

Permalink
Merge pull request #117 from segmentio/update-docs
Browse files Browse the repository at this point in the history
Update History.md for v3 and remove note about submodules in Readme
  • Loading branch information
f2prateek authored Nov 27, 2017
2 parents 1f3f9fc + 7c36690 commit da504c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v3.0.0 / 2016-06-02
===================

* 3.0 is a significant rewrite with multiple breaking changes.
* [Quickstart](https://segment.com/docs/sources/server/go/quickstart/).
* [Documentation](https://segment.com/docs/sources/server/go/).
* [GoDocs](https://godoc.org/gopkg.in/segmentio/analytics-go.v3).
* [What's New in v3](https://segment.com/docs/sources/server/go/#what-s-new-in-v3).


v2.1.0 / 2015-12-28
===================
Expand Down
5 changes: 0 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ To install it in the GOPATH:
go get https://github.com/segmentio/analytics-go
```

Or via the Go vendoring mechanism:
```
git submodule add https://github.com/segmentio/analytics-go vendor/github.com/segmentio/analytics-go
```

## Documentation

The links bellow should provide all the documentation needed to make the best
Expand Down

0 comments on commit da504c6

Please sign in to comment.