From 680d70503e0332536bdf5c496b9f59ad43b20289 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 9 Jan 2018 03:35:05 +0900 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 0302d14..6d53901 100644 --- a/FAQ.md +++ b/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