DEBSOURCES
Skip Quicknav
sources / golang-golang-x-mobile / 0.0~git20250520.a1d9079%2Bdfsg-2 / cmd / gomobile / tools.go
123456789
// This file includes the tools the gomobile depends on. //go:build tools package main import ( _ "golang.org/x/mobile/cmd/gobind" )