github.com/adwpc/xmobile@v0.0.0-20231212131043-3f9720cf0e99/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/adwpc/xmobile/cmd/gobind" 9 )