Adding upstream version 0.0~git20250520.a1d9079+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
590ac7ff5f
commit
20149b7f3a
456 changed files with 70406 additions and 0 deletions
9
cmd/gomobile/tools.go
Normal file
9
cmd/gomobile/tools.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
// This file includes the tools the gomobile depends on.
|
||||
|
||||
//go:build tools
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
_ "golang.org/x/mobile/cmd/gobind"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue