All of the following information is based on go version go1.8.3 darwin/amd64.
(Bold = supported by go out of the box, ie. without the help of a C compiler, etc.)
- android
- darwin
| When a PCB back from product line without LCD, how to test WIFI basic function? | |
| We can usually use below commands in adb shell with root permission | |
| //Check if wlan.ko was loaded | |
| lsmod | |
| //If not, please install it | |
| insmod /system/lib/modules/wlan.ko | |
| //Check if it correctly installed | 
| let mapleader = "," | |
| filetype on | |
| filetype indent on | |
| filetype plugin on | |
| set encoding=UTF-8 | |
| syntax on set nocompatible set hlsearch set number relativenumber set laststatus=2 set vb set ruler set spelllang=en_us set autoindent |