One thing we found missing in the Go ecosystem is a first rate HTML/XML parsing library. The built-in libraries are great for strictly written and on-spec documents, but when you’re trying to parse realistic HTML…
Last Wednesday (April 18th), we hosted the first ever GoSF meetup. It’s a meetup for people in the Bay Area to get together and discuss the programming language Go. There were two awesome talks by…
We’ve been using Google’s new language, Go, for some components in the latest version of our proxy. So far, it’s been a great experience. The language is elegant and fast – just what we need….
At Moovweb we’ve started developing in Go – Google’s super-fast compiled programming language. I’ve really enjoyed working in it, but when learning a new language you are also learning its libraries. Which means tons of time searching through…