Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在下载 MinGW 以在 Windows 中编译 Go,但是,是否需要任何 SDK 来开发访问 Windows 系统调用的 Go 应用程序?
不需要。除了标准库和 Windows 编译器之外,您不需要任何其他东西来在 Windows 上运行 Go 代码。包括系统调用。
查看syscallGo 标准库中的包。
syscall