github.com/coming-chat/gomobile@v0.0.0-20220601074111-56995f7d7aba/cmd/gomobile/tools.go (about)

     1  // This file includes the tools the gomobile depends on.
     2  
     3  //go:build tools
     4  // +build tools
     5  
     6  package main
     7  
     8  import (
     9  	_ "golang.org/x/mobile/cmd/gobind"
    10  )