docs: Update

This commit is contained in:
Hajime Hoshi 2018-02-11 03:32:23 +09:00
parent ba53475636
commit a253411cb2
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@
package main
import (
_ "image/png"
"log"
"strconv"

View File

@ -34,6 +34,7 @@ package main
import (
"fmt"
"image"
_ "image/png"
"log"
"github.com/hajimehoshi/ebiten"