gioui-gomobile-example/tools.go

9 lines
97 B
Go
Raw Permalink Normal View History

2022-04-15 18:09:46 +02:00
//go:build tools
// +build tools
package main
import (
_ "golang.org/x/mobile/cmd/gomobile"
)