mirror of
https://github.com/rancher/os.git
synced 2025-09-01 14:48:55 +00:00
migrate to upstream libcompose in one and a half go
This commit is contained in:
2
vendor/github.com/gorilla/context/.travis.yml
generated
vendored
2
vendor/github.com/gorilla/context/.travis.yml
generated
vendored
@@ -4,6 +4,4 @@ go:
|
||||
- 1.0
|
||||
- 1.1
|
||||
- 1.2
|
||||
- 1.3
|
||||
- 1.4
|
||||
- tip
|
||||
|
2
vendor/github.com/gorilla/context/context_test.go
generated
vendored
2
vendor/github.com/gorilla/context/context_test.go
generated
vendored
@@ -98,7 +98,7 @@ func parallelReader(r *http.Request, key string, iterations int, wait, done chan
|
||||
func parallelWriter(r *http.Request, key, value string, iterations int, wait, done chan struct{}) {
|
||||
<-wait
|
||||
for i := 0; i < iterations; i++ {
|
||||
Set(r, key, value)
|
||||
Get(r, key)
|
||||
}
|
||||
done <- struct{}{}
|
||||
|
||||
|
Reference in New Issue
Block a user