blob: bee46004c9714e2366c3a68668e83c25ba1a46bd [file] [log] [blame]
// This file includes the tools the gomobile depends on.
//go:build tools
package main
import (
_ "golang.org/x/mobile/cmd/gobind"
)