简体   繁体   中英

Develop Go application that access to Windows

我正在下载MinGW以便在Windows中编译Go,但是是否需要任何SDK来开发可访问Windows系统调用的Go应用程序?

No. You don't need anything else than the standard library and windows compiler to run Go code on Windows. Including syscalls.

Check out the syscall package in Go's standard library.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM