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 (
"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.