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