tools.go 153 B

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