Updated FAQ (markdown)

Hajime Hoshi 2018-01-09 03:35:05 +09:00
parent 1dc9e91dfd
commit 680d70503e

2
FAQ.md

@ -14,7 +14,7 @@ As of Go 1.10, build cache system is changed and you might not need the above ti
With the build tag, `go get -u github.com/hajimehoshi/ebiten/...` doesn't install the example binaries in your `$GOPATH/bin`.
Such build tags are an idiom you can find e.g. in `golang.org/x/image/example/font/main.go`.
Such build tags are an idiom you can find e.g. in `golang.org/x/exp/shiny/example`.
# Graphics