Re: [go-nuts] Go Programming Language Course

2018-02-21 Thread prades . marq
Wasn't Sqlite compiled to Go or something? I remember some news about it, using C to Go compiler. As for the C toolchain for Go, the easiest way to get started on Windows is to install MSYS2 and use pacman to install GCC 64 and then libs like sqlite2 . Le mercredi 21 février 2018 21:49:50 UTC

Re: [go-nuts] Go Programming Language Course

2018-02-21 Thread Jonathan Yu
I develop Go on Windows 10, and it's bearable, but not great. There are missing features (IIRC, plugins only work on Linux/Mac OS) and the lack of a C compiler toolchain can cause problems too (e.g. I couldn't install SQLite as it's a Go binding to C code, and I don't have GCC configured. I guess I