开发能够访问Windows的Go应用程序。

huangapple go评论76阅读模式
英文:

Develop Go application that access to Windows

问题

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

英文:

I am downloading MinGW to compile Go in Windows but, is it necessary any SDK to develop Go applications that access to Windows' system calls?

答案1

得分: 4

不需要除了标准库和Windows编译器之外的任何东西来在Windows上运行Go代码,包括系统调用。

请查看Go标准库中的syscall包。

英文:

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.

huangapple
  • 本文由 发表于 2012年8月18日 18:01:32
  • 转载请务必保留本文链接:https://go.coder-hub.com/12017655.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定