From 9fa23cc22f31d14f45d012b1374df3ce247f4767 Mon Sep 17 00:00:00 2001 From: tcr-ableton Date: Sun, 15 Nov 2020 17:58:16 +0100 Subject: [PATCH] Remove unnecessary instructions from README --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index a74a634..de7ec01 100644 --- a/README.md +++ b/README.md @@ -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