- 论坛徽章:
- 0
|
WindowsPort
The status of Go under Windows.
Go under MS Windows
What's done
Windows target: GOOS=mingw (should rename to 'windows' at some point)
Compiler emits Windows PE executables
Packages mostly ported:
syscall
runtime
TODO
Packages to be ported:
net
os
Create a binary distribution of compiler, linker, other tools, and packages.
Installation and/or Compilation instructions.
Look at http://code.google.com/p/go-windows/ and see if any of it can be merged into the main Go repository. (Has this been done already?)
Example code demonstrating calling arbitrary Windows DLLs from Go code. (see the docs in src/pkg/syscall/syscall_mingw.go)
People involved
Alex Brainman - ported most of syscall
Hector Chu - made compiler modifications, ported runtime
add yourself here! |
|