Ask HN: What do you use Go for?
1–9 of 9 posts
Re: Ask HN: What do you use Go for?
#2This makes deployment much simpler than Python, which leaves the user to find all dependencies, which isn't as always as straight forward as it seems.
Also, with go.rice I was able to embed my static resources (.html mainly) right into the binary, giving me a single file to deploy, much like a Java fatjar.
This was actually a port of a small Python project to get the feel for Go, and I'm really sold on the "scp" style of deployment (I can get that from Java to, but Go seems more approachable for smaller projects).
Re: Ask HN: What do you use Go for?
#3https://github.com/gaigepr/secureBox
I chose go because it is significantly faster than python, compiled, has a decent selection of libraries, and because I really wanted to learn go.
Re: Ask HN: What do you use Go for?
#4Re: Ask HN: What do you use Go for?
#5In my free time I develop a static site engine called Hugo which is hundreds of times faster than others written in python and ruby and is super easy to install as it is distributed as a single binary without any dependencies. You can learn more about it at http://hugo.spf13.com .
Re: Ask HN: What do you use Go for?
#6I work for MongoDB. There we use go for all of our agents for our various services. Originally they were developed in java and python, but we spent far too much time supporting issues that arose from existing environments run times. A blog post was written that expands on this further. http://blog.mongodb.org/post/51643994762/go-agent-go In my free time I develop a static site engine called Hugo which is hundreds of…
Re: Ask HN: What do you use Go for?
#7The back-end of is written in 100% GO. Asset pipeline tools are mainly go apps as well.
Re: Ask HN: What do you use Go for?
#8Game Development - Pwnie Yard ( http://pwnieyard.com ) The back-end of is written in 100% GO. Asset pipeline tools are mainly go apps as well.
Re: Ask HN: What do you use Go for?
#9Game Development - Pwnie Yard ( http://pwnieyard.com ) The back-end of is written in 100% GO. Asset pipeline tools are mainly go apps as well.