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.
Windows で Go をコンパイルするために MinGW をダウンロードしていますが、Windows のシステム コールにアクセスする Go アプリケーションを開発するには、SDK が必要ですか?
いいえ。WindowsでGoコードを実行するには、標準ライブラリとWindowsコンパイラ以外は必要ありません。システムコールを含みます。
syscallGoの標準ライブラリにあるパッケージを確認してください。
syscall