mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
how to install gomobile when using Go 1.16.x
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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user