gioui-gomobile-example/tools.go
2022-04-15 18:15:31 +02:00

8 lines
97 B
Go

//go:build tools
// +build tools
package main
import (
_ "golang.org/x/mobile/cmd/gomobile"
)