AllenDang / w32

A wrapper of windows apis for the Go Programming Language.
Other
761 stars 245 forks source link

remove all cgo code #76

Closed bronze1man closed 6 years ago

bronze1man commented 6 years ago

In my use case,I never use cgo.(I do not want install vs2017 or mingw32 to just compile my code.) But this pr is not backward compatible. Or should I use build flag to make cgo and no cgo happy? try fix #72