github.com/mixinnetwork/mobile@v0.0.0-20231204065441-5f786fcd11c7/cmd/gomobile/tools.go (about) 1 // This file includes the tools the gomobile depends on. 2 3 //go:build tools 4 5 package main 6 7 import ( 8 _ "github.com/mixinnetwork/mobile/cmd/gobind" 9 )