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