Skip to content

Instantly share code, notes, and snippets.

View MeABc's full-sized avatar

MeABc

View GitHub Profile
@MeABc
MeABc / InternetGetConnectedState.go
Created October 19, 2017 04:09
golang 测试 windows 系统是否连网
package main
import (
"fmt"
"syscall"
"unsafe"
)
var (
wininet, _ = syscall.LoadLibrary("wininet.dll")