mirror of
https://github.com/crazybber/awesome-patterns.git
synced 2024-11-22 04:36:02 +03:00
fix import path
This commit is contained in:
parent
580dc57747
commit
d4d86b1c2c
@ -3,10 +3,9 @@ package main
|
|||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"math/rand"
|
||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/golang/go/src/pkg/math/rand"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// Confinement is the simple yet powerful idea of ensuring information is only ever available from one concurrent process.
|
// Confinement is the simple yet powerful idea of ensuring information is only ever available from one concurrent process.
|
||||||
|
Loading…
Reference in New Issue
Block a user