Skip to content

Commit

Permalink
Remove unnecessary instructions from README
Browse files Browse the repository at this point in the history
  • Loading branch information
tcr-ableton committed Nov 15, 2020
1 parent 0eb8ca2 commit 9fa23cc
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,6 @@ Lane package provides queue, priority queue, stack and deque data structures
implementations. Its was designed with simplicity, performance, and concurrent
usage in mind.

## Installation

```bash
$ go get gopkg.in/oleiade/lane.v1
```

## Usage

Import lane using the gopkg url:

```go
import (
lane "gopkg.in/oleiade/lane.v1"
)
```


#### Priority Queue

Expand Down

0 comments on commit 9fa23cc

Please sign in to comment.