github.com/MrKrisYu/mobile@v0.0.0-20230923092425-9be92a9aeacc/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  	_ "golang.org/x/mobile/cmd/gobind"
     9  )