lxn / win

A Windows API wrapper package for the Go Programming Language
Other
1.19k stars 313 forks source link

Added GetPhysicallyInstalledSystemMemory system call. #31

Closed bobbypage closed 6 years ago

bobbypage commented 6 years ago

I added the GetPhysicallyInstalledSystemMemory system call to kernel32.go which is useful to get memory statistics on windows.

lxn commented 6 years ago

Please add yourself to the AUTHORS file, then I will merge this.

Thanks!

bobbypage commented 6 years ago

@lxn Done, I added myself to AUTHORS. Thanks so much for your quick response to my PR!