From 1d70ee798851cd5caeb7fad65ff6cd77211d370e Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 30 Apr 2018 19:43:29 +0900 Subject: [PATCH] examples: gomobilebuild build tag is no longer needed --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 8ee78f387..4277ae370 100644 --- a/examples/README.md +++ b/examples/README.md @@ -19,5 +19,5 @@ and access `http://127.0.0.1:8080/github.com/hajimehoshi/ebiten/examples`. Install [gomobile](https://godoc.org/golang.org/x/mobile/cmd/gomobile) first. ```sh -gomobile install -tags="gomobilebuild example" github.com/hajimehoshi/ebiten/examples/rotate +gomobile install -tags=example github.com/hajimehoshi/ebiten/examples/rotate ```