how to install gomobile when using Go 1.16.x

turtletramp 2021-04-07 22:14:42 +02:00
parent 52fc81482c
commit 33f9c0dcde

@ -30,7 +30,7 @@ On macOS, you will need to have
[Xcode Command Line Tools](https://developer.apple.com/downloads/)
installed.
When using Go 1.16.x we have to switch the module aware build mode to auto before we can install gomobile by using (this might change in future):
When using Go 1.16.x we have to switch the module aware build mode to auto before we can install/use gomobile by executing:
```
go env -w GO111MODULE=auto
```