mirror of
https://github.com/crazybber/awesome-patterns.git
synced 2024-11-21 20:36:01 +03:00
fix import path
This commit is contained in:
parent
580dc57747
commit
d4d86b1c2c
@ -3,10 +3,9 @@ package main
|
||||
import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
"math/rand"
|
||||
"sync"
|
||||
"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.
|
||||
|
Loading…
Reference in New Issue
Block a user