8 lines
97 B
Go
8 lines
97 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "golang.org/x/mobile/cmd/gomobile"
|
|
)
|