Merge pull request #70 from nnecec/master

Update ch1-04.md
This commit is contained in:
Xargin 2019-04-24 18:26:46 +08:00 committed by GitHub
commit 2d57353f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ import (
"math" "math"
"math/rand" "math/rand"
"os" "os"
"time"
) )
var palette = []color.Color{color.White, color.Black} var palette = []color.Color{color.White, color.Black}