summaryrefslogtreecommitdiff
path: root/vendor/github.com/getlantern/context/README.md
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-08-08 00:19:33 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2019-08-08 00:19:33 +0200
commitfde18e485ff7cbc7b2e33dade8e81136f06a5b60 (patch)
tree79a6dbd13e7e4a46e708a70104c548f403b477ae /vendor/github.com/getlantern/context/README.md
parent93e1de570f47b095905835735dbd67479aa0c2de (diff)
[pkg] remove vendor
Diffstat (limited to 'vendor/github.com/getlantern/context/README.md')
-rw-r--r--vendor/github.com/getlantern/context/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/vendor/github.com/getlantern/context/README.md b/vendor/github.com/getlantern/context/README.md
deleted file mode 100644
index 978c9e0..0000000
--- a/vendor/github.com/getlantern/context/README.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# context [![Travis CI Status](https://travis-ci.org/getlantern/context.svg?branch=master)](https://travis-ci.org/getlantern/context)&nbsp;[![Coverage Status](https://coveralls.io/repos/getlantern/context/badge.png?branch=master)](https://coveralls.io/r/getlantern/context)
-
-Provides goroutine-based context state inspired by https://github.com/tylerb/gls
-and https://github.com/jtolds/gls. It uses the same basic hack as tylerb's
-library, but adds a stack abstraction that allows nested contexts similar to
-jtolds' library, but using `Enter()` and `Exit()` instead of callback functions.