This commit is contained in:
Alex Tsai 2023-08-26 23:53:33 +08:00
parent 5546a2d453
commit ad29e14673
2 changed files with 0 additions and 2 deletions

View File

@ -162,7 +162,6 @@ netbyte/vtun -S -l :3001 -c 172.16.0.1/24 -k 123456
### 1. install gomobile
```
go install golang.org/x/mobile/cmd/gomobile@latest
go get golang.org/x/mobile/bind
gomobile init
```

View File

@ -160,7 +160,6 @@ netbyte/vtun -S -l :3001 -c 172.16.0.1/24 -k 123456
### 1. 安装 gomobile
```
go install golang.org/x/mobile/cmd/gomobile@latest
go get golang.org/x/mobile/bind
gomobile init
```