From f4ee3fce347bcf805d68d5e9ca2b9bd784dec009 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 3 Jan 2018 20:10:11 +0900 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index 2d13ad1..6fcba76 100644 --- a/FAQ.md +++ b/FAQ.md @@ -8,6 +8,8 @@ You can install Ebiten library with the below command so that you can avoid comp go install github.com/hajimehoshi/ebiten/... ``` +As of Go 1.10, build cache system is changed and you might not need the above tips. + # Graphics ## How to draw lines?