Skip to content

Commit

Permalink
Remove v2.0 notice, add versioned go-get (#60)
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
  • Loading branch information
ahmetb committed Jan 11, 2017
1 parent 7e71c12 commit 5216d9c
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions README.md
Expand Up @@ -8,23 +8,17 @@ A powerful language integrated query (LINQ) library for Go.

## Installation

$ go get github.com/ahmetalpbalkan/go-linq
go get github.com/ahmetalpbalkan/go-linq

We recommend using a dependency manager (e.g. [govendor][govendor] or
[godep][godep]) to maintain a local copy of this package in your project.
`go-linq` follows semantic versioning. However, we recommend using a dependency manager
such as [govendor][govendor] or [godep][godep] to maintain a local copy of this package
in your repository. Alternatively you can use the following command to get a specific version:

go get gopkg.in/ahmetalpbalkan/go-linq.v3

[govendor]: https://github.com/kardianos/govendor
[godep]: https://github.com/tools/godep/

> :warning: :warning: `go-linq` has recently introduced _breaking API changes_
> with v2.0.0. See [release notes](#release-notes) for details. v2.0.0 comes with
> a refined interface, dramatically increased performance and memory efficiency,
> and new features such as lazy evaluation ([read more](http://kalan.rocks/2016/07/16/manipulating-data-with-iterators-in-go/)).
>
> The old version is still available in `archive/0.9` branch and tagged as `0.9`
> as well. If you are using `go-linq`, please vendor a copy of it in your
> source tree to avoid getting broken by upstream changes.
## Quickstart

Usage is as easy as chaining methods like:
Expand Down

0 comments on commit 5216d9c

Please sign in to comment.