1
0
Fork 0
golang-golang-x-mobile/cmd/gomobile/tools.go

10 lines
137 B
Go
Raw Normal View History

// This file includes the tools the gomobile depends on.
//go:build tools
package main
import (
_ "golang.org/x/mobile/cmd/gobind"
)