tools.go 137 B

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