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

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}