Closed
Description
On Ubuntu 15.04 64-bit the command
go get -u golang.org/x/mobile/app
results in this compilation error:
app/x11.go:32: callbacks redeclared in this block
previous declaration at app/app.go:16
app/x11.go:102: undefined: stateInit
The x11 backend is probably not in sync with recent changes.