[go-nuts] Wrestling with Mingw64 on Windows

2017-01-30 Thread Jacob Martin
I'd advice you to use bash on Ubuntu on windows to compile cgo programs on windows. It's easy to use and works. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to g

[go-nuts] Practical Golang: Building a simple, distributed one-value database with Hashicorp Serf

2017-01-30 Thread Jacob Martin
A tutorial to build a simple distributed one-value database (as the title sais): https://jacobmartins.com/2017/01/29/practical-golang-building-a-simple-distributed-one-value-database-with-hashicorp-serf/ Please comment with feedback! -- You received this message because you are subscribed to th