browserutils / kooky

Go code to read cookies from browser cookie stores.
MIT License
210 stars 41 forks source link

replaced cgo with syscalls in chrome_windows.go #4

Closed srlehn closed 5 years ago

srlehn commented 5 years ago

I did replace the cgo parts for easier cross-compiling without the need for a C cross-compiler.

srlehn commented 5 years ago

I only modified the mentioned source code to make it work. I'm still quite new to Go. Not sure about the best solution for here.