fix import path

This commit is contained in:
Edward 2020-05-11 18:11:18 +08:00
parent 580dc57747
commit d4d86b1c2c

View File

@ -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.