mirror of
https://github.com/rancher/os.git
synced 2025-09-07 09:42:21 +00:00
migrate to upstream libcompose in one and a half go
This commit is contained in:
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