blob: a3f34612de72d1369342b384959fbff92a1f066f [file] [log] [blame] [view]
Carlisia Campos9ba72342015-10-21 09:35:02 -07001# Companies currently using Go throughout the world
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11002
Carlisia Campos4a0f4642015-10-21 09:01:26 -07003## United States
4
Jason Buberel0edeeea2015-09-07 06:54:06 -07005 * [Google](http://google.com/) - the core Go team work at Google. Most uses of Go at Google are confidential.
Burcu Dogan8768a362015-09-27 15:26:19 -07006 * [Kubernetes](http://kubernetes.io/)
Jason Buberel2f308872015-08-24 17:47:26 -07007 * The [YouTube](http://youtube.com/) team have released their [MySQL scaling infrastructure](https://github.com/youtube/vitess) as open source software [1](https://www.youtube.com/watch?v=5yDO-tmIoXY), [2](https://www.youtube.com/watch?v=qATTTSg6zXk), [3](https://www.youtube.com/watch?v=midJ6b1LkA0&sns=gp)
Damian Gryskie093ec82015-04-30 10:08:36 +02008 * dl.google.com is written in Go: [mailing list discussion](https://groups.google.com/forum/?fromgroups=#!topic/golang-nuts/BNUNbKSypE0) / [OSCON slides](http://talks.golang.org/2013/oscon-dl.slide#1)
Damian Gryski34443f02015-04-30 10:09:22 +02009 * [Flywheel: Google's Data Compression Proxy for the Mobile Web](http://research.google.com/pubs/pub43447.html), [blog post on the rewrite](http://matt-welsh.blogspot.co.uk/2013/08/rewriting-large-production-system-in-go.html)
Joop Kiefte88d6e672015-12-09 15:52:00 +010010 * [A lot of scripts that earlier were written in Sawzall](http://www.unofficialgoogledatascience.com/2015/12/replacing-sawzall-case-study-in-domain.html)
Damian Gryski0399b102016-01-30 19:44:44 +010011 * [Seesaw load balancer](http://google-opensource.blogspot.nl/2016/01/seesaw-scalable-and-robust-load.html) -[github repo](github.com/google/seesaw)
Ashmeet Sidhu9c17b712015-07-23 10:57:39 +053012 * Other known uses include
campoyc1a3e272014-12-22 10:20:07 -080013 * the [Turkey Doodle (2011)](http://blog.golang.org/2011/12/from-zero-to-go-launching-on-google.html),
14 * the [Santa Tracker (2012)](https://www.youtube.com/watch?v=fc25ihfXhbg),
15 * [writing map/reduce jobs](http://simplystatistics.org/2013/02/15/interview-with-nick-chamandy-statistician-at-google/),
16 * [Jam With Chrome](http://www.jamwithchrome.com/technology),
17 * the [CubeSlam Chrome Experiment](https://code.google.com/p/cubeslam/),
Damian Gryski45f5e4b2016-04-25 10:32:52 +020018 * Google Helpouts,
Damian Gryskif074dd72016-05-25 21:22:49 +020019 * [Doorman, Global Distributed Client Side Rate Limiting](https://github.com/youtube/doorman)
campoyc1a3e272014-12-22 10:20:07 -080020 * and the [pprof command line tool](https://codereview.appspot.com/153750043/).
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110021 * [6Wunderkinder](http://www.6wunderkinder.com/) - [video](https://www.youtube.com/watch?v=sVpMc0hwqps)
22 * [99designs](http://www.99designs.com) - [golang-nuts](https://groups.google.com/d/msg/golang-nuts/eeAmkzaRt-w/rmxBZszJUCcJ)
23 * [ActiveState](http://www.activestate.com) - [github](https://github.com/activestate)
Jason Buberel48d750c2015-11-21 09:49:25 -080024 * [Acquia](https://www.acquia.com) - [blog](https://dev.acquia.com/blog/open-sourcing-statsgod-a-statsd-implementation-in-go/16/11/2015/8171)
Jason Buberel2cf8fc72015-09-13 18:54:46 -070025 * [adeven](http://www.adeven.com) - [blog](http://big-elephants.com/2012-10/deploying-go-with-capistrano/)
Satish Talimb5560f82015-10-23 16:38:09 +053026 * [Adori Labs](http://www.adorilabs.com/)
Jason Buberel7819bdb2015-08-13 06:53:37 -070027 * [AeroFS](https://www.aerofs.com/) - [github](https://github.com/aerofs/gockerize), [blog](https://www.aerofs.com/blog/introducing-gockerize/)
Jason Buberel2f308872015-08-24 17:47:26 -070028 * [Aerospike](http://www.aerospike.com) - [blog](https://groups.google.com/d/msg/golang-nuts/GA902tHnjdM/ARRaBS2g4zEJ)
Roustem Karimovdd5ac7a2015-12-10 13:55:47 -050029 * [AgileBits — 1Password for Teams](https://teams.1password.com)
Jason Buberel2cf8fc72015-09-13 18:54:46 -070030 * [Airbrake](http://airbrake.io/)
Eric Johnson7b5a6552016-06-08 09:55:43 -070031 * [Airware](http://airware.com/) - [eng blog](https://makers.airware.com), [github](https://github.com/airware)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110032 * [Apcera ](http://www.apcera.com) - [blog](http://gigaom.com/2012/09/13/will-go-be-the-new-go-to-programming-language/)
bits01b5f79ca2016-05-05 22:46:28 -070033 * [Apeiron Data Systems](http://apeirondata.com/)
Siddharth Kothari6dfee642015-10-25 14:35:05 -050034 * [Appbase](https://appbase.io/)
Carlisia Camposec5e9462016-02-23 07:35:26 -080035 * [Appoxy](http://appoxy.com) - [twitter](https://twitter.com/appoxy)
Jason Buberel48d750c2015-11-21 09:49:25 -080036 * [Arista Networks](http://www.arista.com/en/) - [twitter](https://twitter.com/tsunanet/status/665998079724621825)
William Kennedy9afe5c82016-01-21 13:02:49 -050037 * [Ardan Studios/Labs](http://www.ardanstudios.com) - [twitter](https://twitter.com/ardanlab)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110038 * [Aruba Networks](http://www.arubanetworks.com/) - [golang-nuts](https://groups.google.com/d/msg/golang-nuts/M2koiSyoF6E/8rUujT5RCwEJ)
Jason Buberelfe17ff82015-08-05 17:43:14 -070039 * [Atatus](http://www.atatus.com/) - [blog](http://www.atatus.com/blog/golang-auto-build-versioning/)
Jason Buberel1a4eba12015-06-28 13:11:20 -070040 * [Avocet](http://avocet.io/) - [blog](http://blog.avocet.io/from-0-to-6-2-billion-requests/)
John Schmockerd8c78f92015-11-13 15:41:08 -080041 * [Awake Networks](http://www.awakenetworks.com)
Jason Buberel2f308872015-08-24 17:47:26 -070042 * [Axioms](http://axioms.io) - [blog](http://axioms.io/zen/2014-11-06-swift-go/)
Jason Buberel41a157d2015-08-31 07:30:25 -070043 * [Basecamp](https://basecamp.com/) - [blog](https://signalvnoise.com/posts/3897-go-at-basecamp)
Jason Williamsa4a64252016-06-07 22:47:14 +010044 * [BBC](http://www.bbc.co,uk) - [source](https://github.com/bbc/mozart-api-common)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110045 * [BBC Worldwide](http://www.bbcworldwide.com/) - [source](http://www.quora.com/Go-programming-language/Is-Google-Go-ready-for-production-use/answer/Kunal-Anand)
46 * [Beachfront Media](http://www.beachfrontmedia.com) [article](http://arstechnica.com/information-technology/2013/05/my-favorite-programming-language-googles-go-has-some-coders-raving/)
Connor Peet60d7c692016-01-01 06:40:21 +100047 * [Beam](https://beam.pro) - [github](https://github.com/WatchBeam)
Niket Patel49be6082015-08-30 12:10:45 +053048 * [Beehively](http://beehively.com) - [Presentation](https://speakerdeck.com/nexneo/joy-of-single-purpose-services-in-go)
Jason Buberelaa63c2d2015-07-22 18:14:23 -070049 * [Beme](http://beme.com) - [job post](http://beme.com/jobs.html#product-engineer)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110050 * [Betable](https://betable.com) - [talk #1](http://rcrowley.org/talks/surge-2013.html), [talk #2](http://rcrowley.org/talks/strange-loop-2013.html)
Subramanyam Chitti8bc2db72016-06-09 00:52:42 +000051 * [BigCommerce](https://www.bigcommerce.com/) - [blog](http://www.bigeng.io/what-keeps-us-going/), [github](https://github.com/bigcommerce)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110052 * [Bitbucket](https://bitbucket.org/) - [source](http://www.reddit.com/r/golang/comments/1pjn0k/bitbucket_hiccup_reveals_go_usage/)
53 * [bitly](http://bit.ly) - [github](https://github.com/bitly/nsq) [blog](http://word.bitly.com/post/33232969144/nsq)
Siddharth Mathur634d0292015-07-23 09:22:16 +053054 * [Blackbuck Computing](http://fastah.blackbuck.mobi) - [blog](http://fastah.blackbuck.mobi/blog/)
Bogdana Verehad8d9af82015-08-10 22:40:31 +020055 * [Blippar](http://blippar.com)
Jason Buberelf51da832015-09-23 11:20:16 -070056 * [Bolt](http://bolt.com)
Jason Buberel05102342015-07-05 16:29:09 -070057 * [bol.com](http://bol.com) - [github](https://github.com/emicklei/go-restful) [blog](http://ernestmicklei.com/2015/07/04/testing-your-rest-api-in-go-with-forest/)
zeropoolf8ca1ab2016-03-16 21:46:19 +080058 * [botvs.com](http://botvs.com)
Damian Gryskie4585612015-03-17 17:21:16 +010059 * [Booking.com](http://booking.com) - [source](http://www.techworld.com/careers/perl-developers-dispel-doubts-about-codes-longevity-3599357/)
Brian Starkef56303a2015-09-16 00:25:00 -040060 * [Bread Finance](https://www.getbread.com)
Phil Cluff0170f142016-06-08 07:58:27 +010061 * [Brightcove](https://brightcove.com)
Christopher Martinezb5973372015-09-17 09:42:42 -070062 * [BuySellAds](https://buysellads.com)
pvangeepuram5b43c952015-09-10 14:20:21 -040063 * [Byndr](http://www.byndr.org)
Jason Buberel2f308872015-08-24 17:47:26 -070064 * [Canonical](http://canonical.com/) - [source](http://www.youtube.com/watch?v=7QDVRowyUQA), [email](https://groups.google.com/d/msg/golang-nuts/jLnMsUbYwrQ/isfMUvBOkEIJ)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110065 * [Carbon Games](http://carbongames.com/) - [source](http://carbongames.com/opensource.html#the_go_programming_language_bsd)
Jason Buberelf51da832015-09-23 11:20:16 -070066 * [Clearblade](http://clearblade.com/) - [github](https://github.com/ClearBlade/Go-SDK)
Rafaelf997b212015-07-14 18:30:21 -070067 * [Clever](https://clever.com/) - [github](https://github.com/clever) [blog](http://engineering.clever.com/)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110068 * [CloudFlare](http://www.cloudflare.com/) - [blog](http://blog.cloudflare.com/go-at-cloudflare) [article](http://arstechnica.com/information-technology/2013/02/cloudflare-blows-hole-in-laws-of-web-physics-with-go-and-railgun/)
69 * [Cloud Foundry](http://www.cloudfoundry.com) - [blog](http://pivotallabs.com/a-rubyist-learning-go-a-basic-go-program/) [github](https://github.com/cloudfoundry)
70 * [CloudWalk](https://www.cloudwalk.io) - [github](https://github.com/cloudwalkio/)
71 * [clypd](http://www.clypd.com) - [blog](http://www.clypd.com/getting-to-go/)
Jason Buberelcbf005a2015-11-03 17:37:32 -080072 * [Cockroach Labs](http://www.cockroachlabs.com/) - [blog](http://www.cockroachlabs.com/blog/why-go-was-the-right-choice-for-cockroachdb/)
Nick Gauthierd2457a12015-03-26 08:26:26 -040073 * [Codeship](http://codeship.com) - [blog](http://blog.codeship.com/creating-fakes-in-go-with-channels/)
Mike Reedelle4dfed82015-09-23 16:03:38 -060074 * [Comcast](http://corporate.comcast.com/) - [github](https://github.com/comcast)
Jason Buberel2cf8fc72015-09-13 18:54:46 -070075 * [Conformal Systems](http://www.conformal.com) - [github](https://github.com/conformal)
Jason Buberel2f308872015-08-24 17:47:26 -070076 * [Copper.IO](http://copper.io) - [blog](https://blog.copper.io/building-a-scaleable-app-that-can-actually-scale/)
77 * [CoreOS](https://coreos.com/) - [github](https://github.com/coreos/), [blog](http://blog.gopheracademy.com/birthday-bash-2014/go-at-coreos/)
Damian Gryski6ac04912015-01-09 22:44:14 +010078 * [Couchbase](http://www.couchbase.com/) - [github](https://github.com/couchbaselabs)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110079 * [Crashlytics](http://try.crashlytics.com/) - [tweet](https://twitter.com/brianhatfield/status/360866306276327424)
arkydon8c339062015-12-20 19:02:23 +053080 * [Crowdstrike](http://www.crowdstrike.com/) - [blog](http://jimplush.com/talk/2015/12/19/moving-a-team-from-scala-to-golang/)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110081 * [Cupcake](https://cupcake.io) - [tweet](https://jonathan.cupcake.is/posts/QweOXcW6rmbdj16aXlEdNA) [github](https://github.com/cupcake)
Jason Buberel0edeeea2015-09-07 06:54:06 -070082 * [CURT Manufacturing](https://www.curtmfg.com) - [github](https://github.com/curt-labs/)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110083 * [CustomerIO](http://www.customer.io) - [tweet](https://twitter.com/jrallison/status/365560974251540481)
Damian Gryski49f8be32015-10-28 14:10:54 -040084 * [Dailymotion](http://www.dailymotion.com) - [github](https://github.com/dailymotion), [blog](http://engineering.dailymotion.com/our-way-to-go/)
Jason Buberel2f308872015-08-24 17:47:26 -070085 * [Datadog](https://www.datadoghq.com) - [blog](http://blog.gopheracademy.com/birthday-bash-2014/go-at-datadog/)
Piyush Verma6e173672015-10-22 08:35:12 +053086 * [Datascale](http://datascale.io)
Jason Buberel1740f312015-08-31 07:25:10 -070087 * [DeferPanic](https://deferpanic.com) - [github](https://github.com/deferpanic)
Nick Van Wiggerenb0e56332015-05-12 11:41:24 -040088 * [DigitalOcean](http://www.digitalocean.com/) - [blog](http://www.digitalocean.com/company/blog/get-your-development-team-started-with-go/)
Jason Buberel2f308872015-08-24 17:47:26 -070089 * [Disqus](http://disqus.com/) - [blog](http://blog.disqus.com/post/51155103801/trying-out-this-go-thing), [blog](http://highscalability.com/blog/2014/5/7/update-on-disqus-its-still-about-realtime-but-go-demolishes.html)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110090 * [DNSimple](https://dnsimple.com/) - [blog](http://blog.dnsimple.com/a-golang-redirection-service/)
Jason Buberel2f308872015-08-24 17:47:26 -070091 * [DoubleDutch](https://www.doubledutch.me)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110092 * [domainr](http://domai.nr/) - [tweet](https://twitter.com/rr/status/368988340848037889)
Lloyd Dewolfca59d142015-03-12 21:06:42 -070093 * [Docker](https://www.docker.com/) - [docker](https://github.com/docker/docker) [slides](http://www.slideshare.net/jpetazzo/docker-and-go-why-did-we-decide-to-write-docker-in-go)
Darrel Herbste30d7892016-01-01 09:52:32 -050094 * [DramaFever](https://www.dramafever.com/) - [github](https://github.com/DramaFever)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110095 * [drone.io](http://drone.io) - [post](https://groups.google.com/d/msg/golang-nuts/Lo7KP3rWP3o/GvNju75FgPIJ) [github](https://github.com/drone)
96 * [Dropbox](http://www.dropbox.com) - [blog](https://tech.dropbox.com/2014/07/open-sourcing-our-go-libraries/), [github](https://github.com/dropbox/godropbox)
Pascal S. de Kloe14ccb432015-12-03 11:46:49 +010097 * [eBay](http://www.ebay.com/) - [github](https://github.com/eBay/fabio), [meetup](http://www.meetup.com/golang-amsterdam/events/222001978/)
Jason Buberel97d61652015-06-26 19:00:08 -070098 * [Economist](http://www.economist.com/) - [github](https://github.com/EconomistDigitalSolutions/ramlapi)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110099 * [Embedly](http://embed.ly) - [blog](http://blog.embed.ly/post/45149878472/167857590)
Jason Buberelad27b3c2015-07-17 12:08:54 -0700100 * [EMC Cloud Services](http://www.emc.com/campaign/emc-cloud-services/index.htm) - [tweet](https://twitter.com/chadlung/status/622118049500364800)
Jason Buberel4395f762015-07-20 10:27:21 -0700101 * [Everything.me](http://everything.me) - [blog](http://geeks.everything.me/2015/05/03/adventures-with-disque/)
Damian Gryski47d8bf72015-06-10 20:12:28 +0200102 * [Facebook](https://facebook.com) - [github](https://github.com/facebookgo/), [blog](http://blog.parse.com/learn/how-we-moved-our-api-from-ruby-to-go-and-saved-our-sanity/)
Brian Deeryd4e9c892015-06-26 21:50:10 -0500103 * [Factom](http://www.factom.org) - [github](https://github.com/FactomProject)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100104 * [Foize](https://www.foize.com) - [github](https://github.com/foize/)
105 * [Flipboard](http://www.flipboard.com) - [source (job post)](https://news.ycombinator.com/item?id=6140956)
Jason Buberele1919382015-08-20 07:03:01 -0700106 * [FLXOne](http://flxone.com) - [blog](https://medium.com/@robin.verlangen/billions-of-request-per-day-meet-go-1-5-362bfefa0911)
Jason Buberel2f308872015-08-24 17:47:26 -0700107 * [Fullstory](https://www.fullstory.com/) - [blog](http://blog.gopheracademy.com/birthday-bash-2014/go-at-fullstory/)
Jason Buberelef014bb2015-10-17 10:18:52 -0700108 * [Gatherer](http://gathererapp.com/) - [twitter](https://twitter.com/codepushr/status/653880049343537153)
Mustafa Altun971ea0e2015-09-03 18:05:45 +0300109 * [Gamegos](https://github.com/gamegos)
Jason Buberele990ef52015-07-28 18:30:55 -0700110 * [General Electric Software](https://www.gesoftware.com/) - [tweet](https://twitter.com/cemezberci/status/623179382505390080), [jobs](https://xjobs.brassring.com/tgwebhost/jobdetails.aspx?partnerid=54&siteid=5346&jobid=1254417)
shawnps91ad92a2014-12-10 03:07:57 -0800111 * [Gengo](http://www.gengo.com) - [blog](http://blog.gengo.com/go-gengo/)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100112 * [Getty Images](http://www.gettyimages.com) - [tweet](https://twitter.com/TrevorBramble/status/441372661336113152) [tweet](https://twitter.com/ickypop/status/441470245492908032)
113 * [GitHub](https://github.com) - [blog post](http://techno-weenie.net/2013/11/2/key-value-logs-in-go/)
vgalu0ae59012016-04-13 07:51:54 +0100114 * [GlobalSign](https://www.globalsign.com)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100115 * [Granify](http://granify.com/) - [blog](http://leonsbox.com/blog/2013/06/04/improving-testing-by-using-real-traffic-from-production/)
Nicholas Jd7732fd2016-02-11 19:31:30 -0500116 * [Grovo](https://grovo.com)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100117 * [Hailo](http://www.hailocab.com) - [slides](https://speakerdeck.com/mattheath/youre-good-to-go)
Jason Buberel0166a362015-08-06 18:00:03 -0700118 * [Happy Pancake](http://www.happypancake.com/) - [blog](https://abdullin.com/happypancake/)
Chris Kelner89e15ed2015-07-14 19:44:51 -0400119 * [HashiCorp](https://hashicorp.com/) - [github](https://github.com/hashicorp)
Burcu Dogan67598b92015-08-09 23:56:28 -0700120 * [HER](https://weareher.com/)
Jason Buberel2f308872015-08-24 17:47:26 -0700121 * [Heroku](http://heroku.com/) - [Go blog post](http://blog.golang.org/2011/04/go-at-heroku.html), [news](http://www.theregister.co.uk/2011/05/05/google_go/)
Çağatay Gürtürk0f4ea582015-09-28 09:28:57 +0200122 * [Home24](http://www.home24.de) - [github](https://github.com/home24)
Gianfranco Reppuccibc100ae2015-05-09 12:25:21 +0200123 * [Hooklift](https://github.com/hooklift) - [github](https://github.com/hooklift)
Jason Buberel8e789792015-07-23 18:05:57 -0700124 * [IBM](http://www.ibm.com/) - [Clampify](https://developer.ibm.com/open/clampify/), [i18n4go](https://developer.ibm.com/open/i18n4go/), [libsecurity](https://developer.ibm.com/open/libsecurity/)
mcellis33e729cdf2014-12-14 02:08:40 -0800125 * [Igneous](http://www.igneous.io/)
Joe Shawb3c76a72015-11-17 16:26:48 -0500126 * [Imagefly](http://imagefly.io/)
cindy sridharanf9c743e2016-01-15 15:04:05 +0530127 * [Imgix](https://www.imgix.com) - [StackShare](http://stackshare.io/imgix/how-imgix-built-a-stack-to-serve-100-000-images-per-second), [job posting](https://www.imgix.com/jobs#752d046c-c795-47ea-9f90-117d761a557e)
Jason Buberel0b9611a2015-08-19 12:35:50 -0700128 * [Imgur](http://imgur.com/) - [github](https://github.com/Imgur/mandible/)
Gunnar93ff0902016-02-11 16:26:21 -0800129 * [InfluxData](https://influxdata.com/) - [blog](http://blog.gopheracademy.com/birthday-bash-2014/why-influxdb-uses-go/) [github](https://github.com/influxdata)
Çağatay Gürtürk2c9fac52015-09-28 09:30:37 +0200130 * [Instela](https://tr.instela.com)
Damian Gryskib8994332015-12-08 19:09:47 +0100131 * [Intel](http://www.intel.com) - [qa job](http://www.reddit.com/r/golang/comments/16qw6x/the_intel_debugger_qa_team_in_germany_ulm_is/) [snap telemetry framework](https://github.com/intelsdi-x/snap)
kushtrimjunuzi80fac5c2015-12-31 18:24:30 -0500132 * [identakid.com] (http://identakid.com)
Camron Levangerd27b6412016-01-12 15:41:58 -0700133 * [ISDC - InsideSales.com] (http://insidesales.com)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100134 * [Iron.io](http://iron.io/) - [source](http://www.youtube.com/watch?v=kKQLhGZVN4A) [blog:"30 servers to 2"](http://blog.iron.io/2013/03/how-we-went-from-30-servers-to-2-go.html) [blog:"2 years of production Go"](http://blog.iron.io/2013/08/go-after-2-years-in-production.html)
Jason Buberel576b3da2015-09-13 18:27:54 -0700135 * [JelloLabs](http://www.jellolabs.com)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100136 * [Jimdo](http://www.jimdo.com) - [tweet](https://twitter.com/mlafeldt/status/351661314017476608) [github](https://github.com/jimdo)
Bruce A Downsc0c2f4a2016-05-22 14:41:43 -0700137 * [Jive](http://www.jivesoftware.com) - [github](https://github.com/jivesoftware)
Jason Buberel55553632015-08-10 17:57:09 -0700138 * [Karma](http://www.yourkarma.com) - [blog](https://blog.yourkarma.com/how-we-use-mqtt-at-karma)
Jason Buberelef014bb2015-10-17 10:18:52 -0700139 * [Kayako](http://www.kayako.com/) - [twitter](https://twitter.com/freatbeater/status/654689942254161920)
Jason Buberel277a1142015-07-18 18:51:10 -0700140 * [Keybase.io](http://keybase.io) - [github](https://github.com/keybase)
Jason Buberel85e43692015-07-23 11:34:25 -0700141 * [Kingsoft](http://www.kingsoft.com/) - [github](https://github.com/flike/kingshard)
Noel Cowere5426bb2015-10-07 13:39:55 -0700142 * [Kochava](https://www.kochava.com/)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100143 * [Koding](http://www.koding.com) - [quora](http://www.quora.com/Node-js/Why-did-Koding-switch-from-Node-js-to-Go)
Jason Buberel70a4df72015-06-28 13:05:47 -0700144 * [LabStack](http://labstack.com/) - [github](https://github.com/labstack/echo), [website](http://echo.labstack.com/)
Jason Buberel0edeeea2015-09-07 06:54:06 -0700145 * [Lean Labs](http://kanban.leanlabs.io/) - [git release](https://gitlab.com/leanlabsio/kanban/blob/master/CHANGELOG.md#130-2015-09-06)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100146 * [Lincoln Loop](http://lincolnloop.com/) - [blog (as part of https://botbot.me/ , #go-nuts IRC logging)](http://lincolnloop.com/blog/djangonaut-building-webapp-go-gorilla/)
Jason Buberelcc0556b2015-08-22 12:23:47 -0700147 * [LocalRaces](https://localraces.com/) - [website](https://localraces.com/about)
Alexander Plutovd2f8ae22016-01-23 05:45:34 +0700148 * [LogPacker](https://logpacker.com/) - [website](https://logpacker.com)
Thomas Adam276019a2016-01-01 12:11:19 +0100149 * [Lovoo](https://lovoo.com/) - [github](https://github.com/lovoo)
Chris Bensoncfb64072015-12-21 08:26:51 -0500150 * [Luckie & Company](http://luckie.com)
Damian Gryski20e4e982016-04-27 12:10:28 +0200151 * [Magic Leap](http://www.magicleap.com) - [twitter](https://twitter.com/MrGossett/status/724926614065270786)
Gianfranco Reppuccibc100ae2015-05-09 12:25:21 +0200152 * [Maldive](https://www.maldive.com)
Jason Buberelad38ef42015-07-08 18:48:30 -0700153 * [MalwareBytes](https://www.malwarebytes.org/) - [blog](http://marcio.io/2015/07/handling-1-million-requests-per-minute-with-golang/)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100154 * [MaxCDN](http://www.maxcdn.com) - [blog](http://blog.maxcdn.com/learned-stop-worrying-love-logs/)
vinibaggio6d8f79f2014-12-22 11:14:49 -0800155 * [Medium](https://medium.com) - [blog](https://medium.com/medium-eng/how-medium-goes-social-b7dbefa6d413)
Jason Bubereldafb9342015-09-27 14:03:12 -0700156 * [MediaMath](https://mediamath.com) - [github](https://github.com/MediaMath/grim), [youtube](https://youtu.be/eDRoaxXerOM)
Arthur White2422a332015-11-28 15:10:17 +0100157 * [Mesosphere](https://mesosphere.com) - [github](https://github.com/mesosphere)
Jason Buberelca37ce22015-10-09 11:17:28 -0700158 * [Metasearch](https://www.meta.sc/) - [twitter](https://twitter.com/AndyHaskell2013/status/651528742330855424)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100159 * [Microcosm](http://www.microco.sm) - [slides](https://speakerdeck.com/mattcottingham/building-an-api-with-go-at-microco-dot-sm)
koolhead17581fd9b2016-02-29 15:20:48 +0530160 * [Minio](https://minio.io/) - [github](https://github.com/minio/minio) [blog](https://github.com/minio/minio)- Object Storage compatible with Amazon S3 API
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100161 * [Modcloth](http://www.modcloth.com) - [github](https://github.com/modcloth-labs)
162 * [Moovweb](http://www.moovweb.com) - [github](https://github.com/moovweb) [source](https://groups.google.com/forum/#!topic/golang-nuts/MeiTNnGhLg8/discussion)
FrancescaKc6d8c0b2014-12-21 14:52:50 -0800163 * [MongoDB](http://www.mongodb.com) - [blog](http://blog.mongodb.org/post/51643994762/go-agent-go)
Jason Buberel37f37f52015-10-23 17:52:09 -0700164 * [Monsoon Commerce](https://www.monsooncommerce.com/) - [blog](https://www.monsooncommerce.com/2015/10/open-source-go-uptime/)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100165 * [Mozilla Services](https://github.com/mozilla-services) - [github](https://github.com/mozilla-services/heka) [blog](https://blog.mozilla.org/services/2013/04/30/introducing-heka/)
166 * [MROffice](http://mroffice.org/) - [source](http://www.youtube.com/watch?v=7QDVRowyUQA)
Jason Buberela25e03f2015-08-06 18:34:43 -0700167 * [Namely](http://www.namely.com/) - [blog](https://medium.com/namely-labs/postgres-in-go-cf794adc4c52)
Scott Mansfielda0ee15b2016-05-25 09:51:03 -0700168 * [Netflix](http://www.netflix.com) - [github](https://github.com/Netflix/rend), [blog](http://techblog.netflix.com/2016/05/application-data-caching-using-ssds.html)
Jason Buberel1d640812015-12-03 06:54:29 -0800169 * [New Relic](http://newrelic.com/) - [HN](https://news.ycombinator.com/item?id=10661031)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100170 * [New York Times](http://nyt.com/) - [source](http://open.blogs.nytimes.com/2014/07/10/emr-streaming-in-go/?_php=true&_type=blogs&_r=0)
Jason Green808d5a52015-12-17 10:05:47 +0100171 * [Newspaper](http://www.newspaper.io/) - [source](https://angel.co/newspaperio)
Christophe Eblé63832d22015-07-20 19:36:23 +0200172 * [Nexway](http://www.nexway.com)
Jason Buberelca37ce22015-10-09 11:17:28 -0700173 * [Ninchat](https://ninchat.com/) - [twitter](https://twitter.com/timosavola/status/555993344766390272)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100174 * [Novartis](http://www.novartis.com) - [g+ post](https://plus.google.com/114945221884326152379/posts/d1SVaqkRyTL)
Jason Buberel0e6e3cd2015-09-11 17:35:30 -0700175 * [Odoscope](http://www.odoscope.com) - [twitter](https://twitter.com/odoscope/status/642383738249322496), [job](http://www.odoscope.com/career-at-odoscope/developer-vacancy/)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100176 * [Ooyala](http://www.ooyala.com/) - [github](https://github.com/ooyala/)
Jason Buberel1d640812015-12-03 06:54:29 -0800177 * [Opendoor](https://www.opendoor.com/) - [HN](https://news.ycombinator.com/item?id=10657348)
Damian Gryski62fd2932015-04-30 10:07:13 +0200178 * [OpenShift](https://www.openshift.com/) - [blog](http://blog.gopheracademy.com/birthday-bash-2014/openshift-3-old-dogs-new-tricks/)
James Vastbinder338fc9d2016-05-06 16:08:21 -0700179 * [Ottemo](https://ottemo.io) - Managed Commerce Platform written in golang
Tyler Bunnella15d6f92015-12-31 18:21:18 -0700180 * [Outdoorsy](https://www.outdoorsy.co)
Greg Osuri7c55eb32015-10-22 12:57:26 -0700181 * [OvrClk](https://www.ovrclk.com/) - [github](https://github.com/ovrclk)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100182 * [Oyster Books](https://www.oysterbooks.com/) - [blog](http://engineering.oysterbooks.com/post/79458380259/resizing-images-on-the-fly-with-go)
Jason Bubereld1c6b892015-08-22 08:23:39 -0700183 * [Pachyderm.io](http://www.pachyderm.io/) - [github](https://github.com/pachyderm/pachyderm)
Jason Buberel48d750c2015-11-21 09:49:25 -0800184 * [Pagoda Box/Nanopack](https://pagodabox.io/) - [github](https://github.com/nanopack/yoke)
Adam Jimerson0f12b7c2016-06-07 15:42:08 -0400185 * [Pantheon](https://pantheon.io/) - [blog](https://pantheon.io/blog/improving-performance-and-reliability-edge-golang-overhaul)
sergeylanzman156ef872015-11-11 08:46:51 +0200186 * [Parse.com](http://www.parse.com/) - [blog](http://blog.parse.com/learn/how-we-moved-our-api-from-ruby-to-go-and-saved-our-sanity/)
Ulises Flynn5f8cc132016-05-25 15:04:18 -0600187 * [Partner Fusion](http://www.partnerfusion.com)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100188 * [Percona](http://www.percona.com) - [blog](http://www.mysqlperformanceblog.com/2014/05/14/tips-benchmarking-go-mysql/)
Jason Buberelc9c12fa2015-09-02 17:16:05 -0700189 * [Pinshape](https://pinshape.com/) - [job](https://twitter.com/MusicHackFest/status/639219466262454272)
Glyn Normingtonc9a5b192015-11-19 08:21:37 +0000190 * [Pivotal](https://pivotal.io/) - [Cloud Foundry](https://github.com/cloudfoundry) and [Cloud Foundry Incubator](https://github.com/cloudfoundry-incubator)
Jake Thompsonfade9752015-12-31 20:51:33 -0500191 * [PocketList](http://pocketlist.co)
Owen Tran4e5b2c82015-11-21 14:01:07 -0800192 * [Points.com](https://points.com/) - Points Loyalty Wallet
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100193 * [pool.ntp.org](http://pool.ntp.org/) - [blog](http://news.ntppool.org/2012/10/new-dns-server.html) [status](http://dns-status.ntppool.org/)
Jason Buberel2f308872015-08-24 17:47:26 -0700194 * [Poptip](https://poptip.com/) - [blog](http://thenewstack.io/from-node-js-to-go-why-one-startup-made-the-switch/), [job posting](https://groups.google.com/d/msg/golang-nuts/cQ0uuLCcQQQ/4nNm_YYh_l4J)
kvantomme55f6bfa2016-06-08 11:07:34 +0200195 * [Pronovix](http://pronovix.com) - [blog](http://pronovix.com/blog/walkhub-walkthrough-microservice-written-go-no-longer-drupal-distribution), [github](https://github.com/Pronovix), [product](http://pronovix.com/walkhub)
Jason Buberel0ac76ee2015-07-09 12:27:59 -0700196 * [Public Good Corp](https://publicgood.com/) - [meetup](http://www.meetup.com/ChicaGoLang/events/222224696/)
Gianfranco Reppuccibc100ae2015-05-09 12:25:21 +0200197 * [Qurami](http://www.qurami.com)
Jason Buberelaeb116d2015-08-19 12:52:35 -0700198 * [Rackspace](http://www.rackspace.com) - [github](https://github.com/rackspace/rack)
Jason Buberel800e2ec2015-09-02 17:44:30 -0700199 * [Raintank](http://www.raintank.io/) - [blog](https://blog.raintank.io/where-and-why-we-use-go/)
Ulises Flynn5f8cc132016-05-25 15:04:18 -0600200 * [Rakuten Marketing](http://marketing.rakuten.com)
Jason Buberel37f37f52015-10-23 17:52:09 -0700201 * [RapidLoop](https://www.rapidloop.com/) - [product](https://www.opsdash.com/)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100202 * [Rawstream ](http://www.rawstream.com) - [tweets](https://twitter.com/brianazzopardi/status/387920069327872000)
203 * [Raygun](http://raygun.io) - [blog](http://raygun.io/blog/2013/11/5-reasons-go-will-kick-ass-in-your-next-project/)
Andrew Richardsb2dc33d2016-01-04 12:27:13 -0800204 * [ReelDx](https://reeldx.com/) - [medvid.io](https://medvid.io), [twitter](https://twitter.com/andrewreeldx)
Omar Kilani17af5982016-04-21 22:52:00 -0700205 * [Remember The Milk](https://www.rememberthemilk.com/)
Jason Buberel10102202015-06-27 13:26:07 -0700206 * [Remind101](https://www.remind.com/) - [github](https://github.com/remind101/empire), [blog](http://engineering.remind.com/introducing-empire/)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100207 * [Rendered :Text](http://renderedtext.com/) - [blog](http://renderedtext.com/blog/2013/08/28/building-our-first-app-in-go/)
fortysixpercent6a15eac2016-06-07 14:17:43 -0400208 * [Replicated] (https://www.replicated.com)
Jason Buberel2cf8fc72015-09-13 18:54:46 -0700209 * [Repustate](http://www.repustate.com)
Jason Buberel1d640812015-12-03 06:54:29 -0800210 * [ReviewTrackers](http://www.reviewtrackers.com/) - [HN](https://news.ycombinator.com/item?id=10660780)
Joe Shawb3c76a72015-11-17 16:26:48 -0500211 * [Room for More](https://roomformore.com)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100212 * [Rounds](http://www.rounds.com) - [blog](http://www.rounds.com/blog/joys-affordable-concurrency/)
Jason Buberel2f308872015-08-24 17:47:26 -0700213 * [Runscope](http://www.runscope.com) - [blog](http://blog.runscope.com/posts/go-at-runscope)
Jason Buberel1d640812015-12-03 06:54:29 -0800214 * [Sagan Systems](http://sagansystems.com/) - [HN](https://news.ycombinator.com/item?id=10659830)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100215 * [Secret](https://www.secret.ly/) - [blog](https://medium.com/secret-den/12ab82fda29f)
Ilya Volodarsky088eebf2015-01-07 17:24:45 -0800216 * [Segment](https://segment.com/) - [github](https://github.com/segmentio?query=go)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100217 * [SendGrid](http://sendgrid.com/) - [blog](http://sendgrid.com/blog/convince-company-go-golang/)
218 * [SendHub](https://www.sendhub.com/) - [source (shipbuilder PaaS)](http://shipbuilder.io/)
Jason Buberel1d640812015-12-03 06:54:29 -0800219 * [SessionM](https://www.sessionm.com) - [HN](https://news.ycombinator.com/item?id=10659861)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100220 * [Shopify](http://www.shopify.com) [tweet](https://twitter.com/burkelibbey/status/312328030670450688)
221 * [Showyou](http://www.showyou.com) [source](https://plus.google.com/101522949595361604155/posts/8n4CSePMwgV)
Brian Downs0e293932015-09-23 15:07:23 -0700222 * [Shutterfly](http://www.shutterfly.com)
Jack Lindamoodeabbb312015-09-15 19:42:00 -0700223 * [SignalFx](https://signalfx.com/) - [blog](http://blog.signalfx.com/why-the-signalfx-metric-proxy-is-written-in-go)
Michael Whatcott1ec12fa2015-12-18 10:02:42 -0700224 * [SmartyStreets](http://smartystreets.com) - [github](https://github.com/smartystreets), [blog](https://smartystreets.com/blog)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100225 * [SmugMug](http://www.smugmug.com/) - [blog](http://sorcery.smugmug.com/2012/04/06/deriving-json-types-in-go/)
226 * [Skimlinks](http://www.skimlinks.com) [blog](https://speakerdeck.com/rjohnsondev/go-at-skimlinks)
227 * [SoundCloud](http://soundcloud.com) - [blog](http://backstage.soundcloud.com/2012/07/go-at-soundcloud/)
Jason Buberel2f308872015-08-24 17:47:26 -0700228 * [Sourcegraph](https://sourcegraph.com) - [talk](http://www.youtube.com/watch?v=-DpKaoPz8l8), [github](https://github.com/sourcegraph)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100229 * [Space Monkey](http://www.spacemonkey.com) - [blog](https://www.spacemonkey.com/blog/posts/go-space-monkey)
Jason Buberel37f37f52015-10-23 17:52:09 -0700230 * [SpaceX](http://www.spacex.com/) - [reddit](https://www.reddit.com/r/golang/comments/3pu3nl/spacex_is_using_go_for_its_telemetry_system/)
Jason Buberel2f308872015-08-24 17:47:26 -0700231 * [Splice](http://splice.com) - [tweet](https://twitter.com/mattetti/status/387935640513683456), [blog](http://blog.gopheracademy.com/birthday-bash-2014/go-shaped-splice-engineering-culture/), [blog](https://blog.splice.com/golang-improved-simplicity-reduced-maintenance/)
Chris Jamesf69be4d2015-05-12 16:35:15 +0100232 * [Springer](http://joinit.springer.com) - [tweet](https://twitter.com/quii/status/575647166091370497)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100233 * [Square](http://www.squareup.com) - [blog](http://corner.squareup.com/2014/05/evaluating-go-frameworks.html)
Karthik Gaekwad152803e2015-10-21 13:59:39 -0500234 * [StackEngine](http://www.stackengine.com) - [blog](http://stackengine.com/golang-with-circleci/)
Jason Buberel2f308872015-08-24 17:47:26 -0700235 * [Stack Exchange](http://stackexchange.com/) - [blog](http://blog.stackoverflow.com/2014/11/announcing-bosun-our-new-open-source-monitoring-alerting-system/), [github](https://github.com/bosun-monitor/bosun), [website](http://bosun.org/)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100236 * [StatHat](http://stathat.com/) - [Go blog post](http://blog.golang.org/2011/12/building-stathat-with-go.html)
237 * [Steals.com](http://steals.com) [blog](http://blog.gopheracademy.com/day-15-shopping-with-go)
Jason Buberelc47e6f02015-09-25 16:25:09 -0700238 * [SumoLogic](https://www.sumologic.com/) - [github](https://github.com/SumoLogic/sumoshell)
Jason Buberel1d640812015-12-03 06:54:29 -0800239 * [SuperHuman](http://superhuman.com/) - [HN](https://news.ycombinator.com/item?id=10660225)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100240 * [SyndicatePro](http://syndicatepro.com/) - [source](https://groups.google.com/d/msg/golang-nuts/eeAmkzaRt-w/rHpoRAGeLD8J)
241 * [Tamber](http://www.tamber.com/) - [blog](http://www.tamber.com/posts/ferret.html)
Florin Patan583a8812015-08-21 12:01:01 +0200242 * [Tapglue](https://www.tapglue.com/)
Jason Buberelf809e6e2015-08-16 13:59:33 -0700243 * [Tapjoy](http://home.tapjoy.com/) - [blog](http://basho.com/posts/technical/built-on-riak-dynamiq-by-tapjoy/), [github](https://github.com/Tapjoy/dynamiq)
Jason Buberel80970d42015-07-29 14:04:16 -0700244 * [Teamwork](http://teamwork.com/) - [blog](http://engineroom.teamwork.com/our-future-stack-or-why-we-love-knockout-coffeescript-redis-and-go/)
Toby Sullivancf335c02016-06-07 15:46:01 -0700245 * [Teespring](https://teespring.com/)
Jae Kwond8541542016-06-08 11:53:13 -0700246 * [Tendermint](http://tendermint.com/) - [github](https://github.com/tendermint/tendermint)
Vibhav Panta3a978e2015-09-18 11:49:21 +0530247 * [TF2Stadium](http://tf2stadium.com) - [github](https://github.com/TF2Stadium), [blog](http://blog.tf2stadium.com/how-it-works-basics/)
Jason Buberel98f8bde2015-07-23 18:03:15 -0700248 * [The Plant](http://theplant.jp) - [Qortex](http://qortex.com), [QoR](http://getqor.com)
Jason Buberel945d31c2015-10-03 08:54:20 -0700249 * [Thisissoon](http://thisissoon.com/) - [github](https://github.com/thisissoon/yam)
Damian Gryski5777b3c2015-03-17 17:20:36 +0100250 * [Thomson Reuters Eikon](https://github.com/ThomsonReutersEikon) - [github](https://github.com/ThomsonReutersEikon) [source](https://groups.google.com/forum/?fromgroups#!topic/golang-nuts/ikt3hcIqicA), [video](https://www.youtube.com/watch?v=mDTg1dLUqBE)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100251 * [Thumbtack](http://thumbtack.com) - [Go Hercule blog post](http://www.thumbtack.com/engineering/go-hercule/)
Benny Wongd01a5d82015-06-26 15:48:50 -0400252 * [Timehop](http://timehop.com/) - [blog](https://medium.com/building-timehop/why-timehop-chose-go-to-replace-our-rails-app-2855ea1912d)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100253 * [TinkerCad](http://tinkercad.com/)
254 * [Toggl](http://www.toggl.com) - [blog](http://blog.toggl.com/2012/09/moving-to-go/)
255 * [Torbit ](http://www.torbit.com) - [blog](http://torbit.com/blog/2013/02/19/big-data-at-torbit/)
Craig Jackson1e3f7cc2016-06-07 13:46:05 -0600256 * [Total Care Auto](http://www.totalcareauto.com/)
Damian Gryski6ac04912015-01-09 22:44:14 +0100257 * [Transloadit](https://transloadit.com) - [blog](https://transloadit.com/blog/2014/11/releasing-our-new-go-sdk/)
Jason Bubereld4a84252015-11-10 09:49:21 -0800258 * [Treetop Commons, NobleHour](http://www.treetopcommons.com/#intro) - [tweet](https://twitter.com/aimeelevens/status/664124807286427648)
Radu Topala1a30bc12015-12-10 07:09:54 +0200259 * [Trisoft](https://www.wearetrisoft.com) - software development company with offices in San Francisco and Romania
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100260 * [Tumblr ](http://www.tumblr.com) - [github](https://github.com/tumblr/gocircuit) [source](https://groups.google.com/forum/?fromgroups=#!topic/golang-nuts/qelU5Lrq-uA)
jeff martinez7e25ff32016-05-25 09:54:51 -0700261 * [Tune](https://www.tune.com/)
Jason Buberelf5ce2432015-07-29 14:07:02 -0700262 * [TurboBytes](http://turbobytes.com) - [github](https://github.com/turbobytes?utf8=%E2%9C%93&query=+only%3Asources+), [tweet](https://twitter.com/sajal/status/626287855111835648?s=09)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100263 * [Twitch](http://www.twitch.tv/) - [blog](http://blog.twitch.tv/2014/04/technically-speaking-group-chat-and-general-chat-engineering/)
Damian Gryski5777b3c2015-03-17 17:20:36 +0100264 * [Twitter](https://twitter.com) - [blog](https://blog.twitter.com/2015/handling-five-billion-sessions-a-day-in-real-time)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100265 * [TweetQureet](http://qureet.com) - [blog](http://www.qureet.com/blog/golang-technology-stack/)
Matt Horsnella734d802015-07-23 12:11:08 +0100266 * [Uber](http://uber.com) - [tweet](https://twitter.com/andygrunwald/status/624166365793001472) [github](https://github.com/uber/go-torch)
Jason Buberel1740f312015-08-31 07:25:10 -0700267 * [Ulele](https://en.ulule.com/) - [tweet](https://twitter.com/thoas/status/638355320071409664)
Jason Buberel70d21192015-07-23 09:35:07 -0700268 * [Umbel](http://umbel.com) - [tweet](https://twitter.com/findmjob/status/624255179227967488)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100269 * [Undisclosed.ch](https://undisclosed.ch/) - [github](https://github.com/xoba/goutil)
Aliaksandr Valialkin741bfb12016-06-06 20:59:14 +0300270 * [Vertamedia](https://vertamedia.com/) - [github](https://github.com/Vertamedia)
Carlisia Campos8a4735c2015-10-21 09:40:52 -0700271 * [VerveMobile](http://www.vervemobile.com/)
Jason Buberel576b3da2015-09-13 18:27:54 -0700272 * [VividCortex](https://vividcortex.com/) - [blog](https://vividcortex.com/blog/2014/11/20/in-case-you-missed-it-developing-mysql-apps-with-go/), [github](https://github.com/VividCortex/)
bruceadownsbc7a3272015-09-16 12:59:40 -0600273 * [VMware](http://www.vmware.com) - [github](https://github.com/vmware/govmomi)
Clint Berryf082f742015-09-24 14:08:23 -0600274 * [Weave](http://www.getweave.com)
Jason Buberelac9f09b2015-08-06 18:14:13 -0700275 * [Whim](http://joinwhim.com/) - [meetup](http://www.meetup.com/golangsf/events/223166815/), [tweet](https://twitter.com/_peggyli/status/629176462155755520)
Lukasz Jagielloea8981d2015-12-31 12:26:15 -0800276 * [Wikia](http://www.wikia.com)
Srdjan Marinovic6517bfb2016-04-06 14:01:38 -0400277 * [Wireless Registry](http://www.wirelessregistry.com) - [github](https://github.com/wirelessregistry)
Tyler Treat4f961f52015-12-31 14:38:17 -0600278 * [Workiva](https://www.workiva.com/) - [github](https://github.com/workiva/go-datastructures)
Jason Buberel2f308872015-08-24 17:47:26 -0700279 * [Yahoo](http://yahoo.com) - [github](https://github.com/yahoo/webseclab)
Viacheslav Chimishuk348e8a42016-06-08 11:46:16 +0300280 * [Yandex](http://yandex.ru) - [blog](https://habrahabr.ru/company/yandex/blog/237985)
Jason Buberel3e161ea2015-08-05 18:04:29 -0700281 * [Yik Yak](http://www.yikyakapp.com/) - [tweet](https://twitter.com/ardanlab/status/629002599484813312/photo/1)
Lauri the Zalando Open Source Evangelist20682c62016-01-26 16:21:39 +0100282 * [Zalando](http://tech.zalando.com/) - [github](https://github.com/zalando)
Simon Waldherr7d30e2b2015-08-15 16:48:52 +0200283 * [ZITEC](http://www.zitec.de)
Juan Basso83442762016-01-03 00:54:09 -0500284 * [Zumba](https://www.zumba.com) - [github](https://github.com/zumba)
Jason Buberel2cf8fc72015-09-13 18:54:46 -0700285 * [Zynga](http://www.zynga.com) - [github](https://github.com/zbase)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100286
Carlisia Camposb5cbd2b2015-10-21 09:47:17 -0700287
Manish R Jaina8d7c452016-02-12 10:16:45 +1100288## Australia
Otto Jongerius5d4dc1b2016-03-21 11:21:28 +1100289 * [Atlassian](http://atlassian.com/)
290 * [Graph Labs](http://dgraph.io) - [github](https://github.com/dgraph-io/dgraph)
Charl Matthee9515ba72016-04-14 10:48:05 +0200291 * [OneConfig](http://www.oneconfig.com) - [my.oneconfig.com](https://my.oneconfig.com/devices)
David Howden1b628482016-02-18 09:34:00 +1100292 * [Sajari](https://www.sajari.com) - [github](https://github.com/sajari) [blog](https://www.sajari.com/blog/upgrading-sajari-to-go-15)
Manish R Jaina8d7c452016-02-12 10:16:45 +1100293
Aleksandar Paliccd035352016-04-22 15:46:43 +0200294## Austria
295 * [Gatherer](http://www.gathererapp.com/)
296
Carlisia Campos4a0f4642015-10-21 09:01:26 -0700297## Brazil
Jason Buberel83d3c062015-11-10 07:27:21 -0800298 * [Benefício Fácil](http://valetransporte.beneficiofacil.com.br/) - [forums](https://forum.golangbridge.org/t/weekly-wiki-wrapup-2015-11-07/1461/2)
Monaco6efbf152016-03-02 11:57:39 -0300299 * [FourTwo](https://www.fourtwo.com.br/) - [github](https://github.com/F0urTw0/)
Carlisia Camposb5cbd2b2015-10-21 09:47:17 -0700300 * [GissOnline](http://www.gissonline.com.br)
301 * [Globo.com](http://www.globo.com) - [github](https://github.com/globocom) [article](http://www.wired.com/wiredenterprise/2013/03/tsuru)
Mauricio Souza Lima638c90c2015-10-21 14:22:04 -0200302 * [Hotel Urbano](http://www.hotelurbano.com)
Vitor De Mario28d9abb2015-10-21 14:25:11 -0200303 * [Mendelics](http://www.mendelics.com) - [github](https://github.com/mendelics)
Carlisia Campos89e305d2015-10-21 09:49:29 -0700304 * [Nic.br](http://www.nic.br) - [github](https://github.com/registrobr)
David Valentim Dias761f2ac2016-02-13 15:29:02 -0200305 * [SiBBr.gov.br](http://www.sibbr.gov.br) - [github](https://github.com/sibbr)
Monaco6bcfaf42015-11-25 20:26:32 -0200306 * [Ulife](http://www.ulife.com.br) - [github](https://github.com/ulifebr)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100307
kvantommee2f50092016-06-08 11:06:33 +0200308## Belgium
309 * [Pronovix](http://pronovix.com/) - [github](https://github.com/Pronovix)
310
Jason Buberel2e84cca2015-11-21 07:56:06 -0800311## Canada
Jason Buberel1d640812015-12-03 06:54:29 -0800312 * [Go2Mobi](http://www.go2mobi.com/) - [HN](https://news.ycombinator.com/item?id=10660847)
Charles0797b4c2015-12-08 15:29:32 -0800313 * [Koho](https://www.koho.ca/)
Jason Buberel2e84cca2015-11-21 07:56:06 -0800314 * [Pressly](https://www.pressly.com/) - [github](https://github.com/goware/httpcoala)
Thanasib3cc73e2016-03-13 14:31:32 -0400315 * [ThinkSquare](https://www.thinksquare.io)
Jonathan Harlap99bb8d52016-05-06 22:32:03 -0400316 * [Wattpad](https://www.wattpad.com/)
Kaveh Mousavi Zamani5b622fb2016-05-15 00:43:15 +0800317 * [500px](https://500px.com) - [blog](https://developers.500px.com/how-500px-serves-up-over-500tb-of-high-res-photos-fa81a376c594#.35tz2wtg2) - [github](https://github.com/500px)
Jason Buberel2e84cca2015-11-21 07:56:06 -0800318
dbaroncelli38c87552016-01-30 18:47:59 +0100319## China
simon-xiad71f0b62015-12-10 16:56:34 +0800320 * [Qiniu](http://www.qiniu.com/) - [github](https://github.com/qiniu)
321
Neven Jacmenović00b5a6f2016-03-22 17:20:52 +0100322## Croatia
323 * [Nivas](http://www.nivas.hr/) - [github](https://github.com/nivas)
324
dbaroncelli38c87552016-01-30 18:47:59 +0100325## Colombia
326 * [Wawandco](https://wawand.co) - [github](https://github.com/wawandco)
hanwoong kim6ff5efc2015-12-25 22:32:42 +0900327
Henri Lepicfbb4a1e2016-02-11 15:46:15 +0100328## France
Henri Lepiceadacb42016-02-11 15:46:56 +0100329 * [Digikong](http://digikong.io)
Jean-François Bustarret04f29082016-04-05 13:14:45 +0200330 * [Objenious](http://www.objenious.com)
Adrien Delorme26af0d82016-02-25 11:23:43 +0100331 * [Rive](http://app.rive.world)
Vincent Rischmann07729e12016-04-12 12:08:59 +0200332 * [Batch.com](https://batch.com)
Henri Lepicfbb4a1e2016-02-11 15:46:15 +0100333
Jason Buberel2e84cca2015-11-21 07:56:06 -0800334## Germany
335 * [Bürkert](https://www.burkert.com/en/)
Jason Buberel1d640812015-12-03 06:54:29 -0800336 * [JustWatch](https://www.justwatch.com/us) - [HN](https://news.ycombinator.com/item?id=10658330)
Thomas Cyroncb2588a2015-12-09 21:55:41 +0100337 * [Streetspotr](http://streetspotr.com) - [blog](https://thcyron.de/2015/go-at-streetspotr.html) - [tweet](https://twitter.com/thcyron/status/372350650580865024)
Jason Buberel2e84cca2015-11-21 07:56:06 -0800338
kvantommee2f50092016-06-08 11:06:33 +0200339## Hungary
340 * [Pronovix](http://pronovix.com/) - [github](https://github.com/Pronovix)
341
Satish Talim562d3a52015-10-22 07:58:39 +0530342## India
Satish Talime9f19952015-10-22 08:40:18 +0530343 * [Betacraft](http://www.betacraft.co/)
Jason Buberelbf5dbe62015-11-14 15:13:21 -0800344 * [BookMyShow](http://www.bookmyshow.com/)
Satish Talimae75fcb2015-10-22 10:46:39 +0530345 * [C42 Engineering](http://c42.in/)
Jason Buberel48d750c2015-11-21 09:49:25 -0800346 * [CodeIgnition](http://codeignition.co/) - [twitter](https://twitter.com/AjeyGore/status/667515185486102529)
Satish Talimc5b86562015-10-23 06:01:19 +0530347 * [Company 0](https://www.companyzero.com/)
Satish Talim158a9702015-10-22 08:36:24 +0530348 * [Exotel](http://exotel.in) - [website](http://www.gophercon.in/#sponsor)
Satish Talim878efae2015-10-22 08:49:10 +0530349 * [Fastah](http://fastah.blackbuck.mobi/)
Dhanush Gopinath86688b52016-04-08 21:31:45 +0530350 * [GeekTrust](http://geektrust.in/)
Satish Talimbe042e62015-10-23 14:06:41 +0530351 * [Gloop](http://gloop.io/)
Satish Talima51e5742015-10-23 14:08:33 +0530352 * [Jabong](http://www.jabong.com)
Satish Talime9f19952015-10-22 08:40:18 +0530353 * [Josh Software](http://www.joshsoftware.com/)
354 * [JusTickets - built with Go](https://www.justickets.in/cities)
Krishna Sundarram654b1c72015-10-22 13:47:06 +0530355 * [Kayako](http://www.kayako.com/)
Satish Talima51e5742015-10-23 14:08:33 +0530356 * [Qwinix](https://www.qwinixtech.com/)
Satish Talimfbde27e2015-10-22 10:52:52 +0530357 * [Sahaj Software Solutions](http://www.sahajsoft.com/)
Piyush Verma6e173672015-10-22 08:35:12 +0530358 * [Siminars](http://siminars.com)
Satish Talim158a9702015-10-22 08:36:24 +0530359 * [SoStronk](https://www.sostronk.com/)
Satish Talimd8c22622015-10-22 10:58:57 +0530360 * [Synerzip](http://synerzip.com/)
Shiju Varghese1f086682015-10-23 10:26:55 +0530361 * [Techequity Technologies](http://www.techequity.in/)
Abhishek Sagareee9dd82016-06-08 20:17:12 +0530362 * [Testbook](http://testbook.com/)
Rajeev N Bharshetty77a48572015-10-23 11:47:01 +0530363 * [ThoughtWorks](https://thoughtworks.com/)
Satish Talim562d3a52015-10-22 07:58:39 +0530364
Kiswono Prayogo0985fe22016-06-05 21:55:38 +0700365## Indonesia
366 * [President University](http://presuniv.com)
367
Nima Shayafardf150432016-01-01 01:07:24 +0330368## Iran
Pooya Eimandarb053e9e2016-05-29 19:04:58 +0430369 * [AlAlam](http://en.alalam.ir/) -- AlAlam news network TV channel
Nima Shayafardf150432016-01-01 01:07:24 +0330370 * [Aparat](http://www.aparat.com) -- Most popular video sharing platform in Iran
371 * [Kikojas](http://www.kikojas.com) -- Kikojas is a LBS, focusing on local businesses of the whole country of Iran
dbaroncellicc77b912016-01-30 18:35:25 +0100372
Darragh O'Toole887138b2016-06-08 10:55:21 +0100373## Ireland
374 * [Intercom](http://intercom.io/)
375
GuyBrand6f544aa2016-03-11 23:31:59 +0200376## Israel
377 * [BigPanda](http://bigpanda.io)
378 * [Dragontail Systems](http://www.dragontailsystems.com)
379 * [Elastifile Ltd](http://elastifile.com)
380 * [EyeSight](http://eyesight-tech.com)
381 * [ironSource](http://www.ironsrc.com)
Yossi Shaul8b2828e2016-03-28 22:16:22 +0300382 * [JFrog](https://www.jfrog.com/) - [github](https://github.com/JFrogDev/jfrog-cli-go)
GuyBrand6f544aa2016-03-11 23:31:59 +0200383 * [Protected Media](http://www.protected.media)
GuyBrand86e95ea2016-03-11 23:33:58 +0200384 * [TechedUp](http://www.techedup.net) - ([Blog](http://blog.techedup.net/category/go/))
GuyBrand6f544aa2016-03-11 23:31:59 +0200385 * [Yodas](https://yodas.com)
Almog Bakub8427292016-05-22 02:22:45 +0300386 * [Rimoto](http://www.rimoto.com/)
calgoodman83ed7b12016-06-06 15:51:14 +0300387 * [Surge Media](https://surge.media)
GuyBrand6f544aa2016-03-11 23:31:59 +0200388
dbaroncellicc77b912016-01-30 18:35:25 +0100389## Italy
dbaroncelli3d075542016-01-30 18:43:05 +0100390 * [Trenìt!](http://www.trenit.info) - ([FB post](https://www.facebook.com/photo.php?fbid=907728379283787)) -- Most popular mobile app for Italian trains schedules
dbaroncelli38c87552016-01-30 18:47:59 +0100391
evalphobia3de00af2016-03-22 15:51:03 +0900392## Japan
393 * [eureka](https://eure.jp)
394
dbaroncelli38c87552016-01-30 18:47:59 +0100395## Korea (South)
396 * [Digitalidea](http://www.digitalidea.co.kr) - inhouse tool for VFX
397
398## Lithuania
399 * [DATA-DOG](https://github.com/DATA-DOG)
mishudarkf793dc32016-05-07 21:06:35 -0500400
401## Mexico
402 * [Segundamano](https://www.segundamano.mx/)
Nima Shayafardf150432016-01-01 01:07:24 +0330403
Shiju Vargheseb47efaf2015-10-24 08:52:18 +0530404## Middle East
Shiju Varghese67998012015-10-25 14:01:36 +0530405 * [aspros Wallet](http://asprosinstant.money/) ([Video](https://www.youtube.com/watch?v=BmsQYZpz1Ws))
Shiju Vargheseb47efaf2015-10-24 08:52:18 +0530406
Aid Hamza1da8e3b2015-12-18 18:07:51 +0000407## Morocco
408 * [Avito](http://www.avito.ma)
409
dbaroncelli38c87552016-01-30 18:47:59 +0100410## Netherlands
Marvin Visser9230adf2016-05-20 11:49:22 +0200411 * [Jexia](http://jexia.com) - [github](https://github.com/jexia-inc)
dbaroncelli38c87552016-01-30 18:47:59 +0100412 * [localsensor](http://localsensor.com/)
marcel corso gonzaleze3739382016-04-05 15:16:46 +0200413 * [MessageBird](https://www.messagebird.com/) - [github](https://github.com/messagebird)
Hylke Visser8c3fac32016-04-13 16:48:25 +0200414 * [The Things Network](http://thethingsnetwork.org/) - [github](https://github.com/TheThingsNetwork/)
dbaroncelli38c87552016-01-30 18:47:59 +0100415
msntzx344c3762016-01-06 16:25:16 +0100416## Poland
417 * [hostit.pl](https://hostit.pl) - [blog](https://hostit.pl/blog/375,go-gadget-go.html)
418
Pedro Machado001f7302016-02-17 09:20:21 +0000419## Portugal
420 * [AppGeneration](http://appgeneration.com/)
421
Radu Topalaf6862c02016-03-24 22:15:50 +0200422## Romania
423* [Trisoft](https://www.wearetrisoft.com) - software development company with offices in San Francisco and Romania
424
dbaroncelli38c87552016-01-30 18:47:59 +0100425## Russia
dbaroncelli38c87552016-01-30 18:47:59 +0100426* [ITooLabs](http://itoolabs.com)
byorty81085fc2016-03-22 11:16:10 +0300427* [PostmanQ](https://github.com/actionpay/postmanq) - High performance Mail Transfer Agent (MTA)
msntzx344c3762016-01-06 16:25:16 +0100428
napsye52e0e12016-01-04 08:24:23 +0100429## Slovenia
430 * [Visionect d.o.o.](http://www.visionect.com)
431
Jason Buberel2e84cca2015-11-21 07:56:06 -0800432## Southeast Asia
Yuanlin Lian8a1bb402016-02-02 16:51:03 +0800433 * [Grab](http://www.grab.co/)
Jason Buberel1d640812015-12-03 06:54:29 -0800434 * [engageSPARK](https://www.engagespark.com/) - [HN](https://news.ycombinator.com/item?id=10655752)
Jason Buberel2e84cca2015-11-21 07:56:06 -0800435 * [Tokopedia](https://www.tokopedia.com/)
Han Ngo2152a242016-03-07 23:50:12 +0700436 * 🇻🇳 [Dwarves Foundation](http://www.dwarvesf.com) - [github](https://github.com/dwarvesf)
Claudio Felberfe9fdf32016-01-02 10:05:53 +0100437
Sam Lown476b0222016-01-06 16:58:48 +0100438## Spain
439 * [alea soluciones](https://github.com/aleasoluciones/)
Jordi Giménez Gámez64fd71d2016-03-16 14:47:21 +0100440 * [Bugfender](https://bugfender.com/)
Sam Lown476b0222016-01-06 16:58:48 +0100441 * [Cabify](https://cabify.com/) - [github](https://github.com/cabify/), [twitter](https://twitter.com/cabifydev)
442 * [jobandtalent](https://www.jobandtalent.com)
Antonio Cortes (DrZippie)8c36e292016-01-07 12:51:12 +0100443 * [Ximdex](http://www.ximdex.com)
Edgar Güetob28d5cf2016-02-11 18:13:32 +0100444 * [puzzlopia](http://www.puzzlopia.com) - [github](https://github.com/puzzlopia/puzzle-solvers)
Sam Lown476b0222016-01-06 16:58:48 +0100445
Peter Hellberg891db452016-01-05 20:10:38 +0100446## Sweden
Örjan Persson64e6c782016-03-02 12:03:36 +0100447 * [Kiliaro](https://kiliaro.com/)
Otto Bretze967cf82016-01-12 13:20:50 +0100448 * [Min Doktor](https://mindoktor.se/)
Albert Hafvenström2f4c78e2016-02-25 09:44:35 +0100449 * [Slagkryssaren] (https://slagkryssaren.com/)
Peter Hellberg891db452016-01-05 20:10:38 +0100450 * [TV4](http://www.tv4.se/) - [blog](http://http.tv4.se/2014/12/04/tv4-tech-peter-hellberg-kristian-saebdal-tv4-vara-topplistor-i-go/)
Dennisb501ea92016-06-07 21:19:40 +0200451 * [Greta](https://greta.io/)
Peter Hellberg891db452016-01-05 20:10:38 +0100452
Claudio Felberfe9fdf32016-01-02 10:05:53 +0100453## Switzerland
Ferhat Elmase3399de2016-01-12 21:04:48 +0100454 * [AgFlow SA](http://www.agflow.com/)
Claudio Felberfe9fdf32016-01-02 10:05:53 +0100455 * [Perron2 GmbH](http://www.perron2.ch)
Eva Hagen24926512016-03-11 10:20:20 +0100456 * [Centralway Numbrs AG] (https://www.centralway.com/en/)
Thanabodee Charoenpiriyakij5ac8fee2015-12-15 22:00:18 +0700457
458## Thailand
Thanabodee Charoenpiriyakijdb1003c2015-12-15 22:01:24 +0700459 * [AIS](http://www.ais.co.th/)
Thanabodee Charoenpiriyakij3ce755c2015-12-15 17:50:47 +0700460 * [DTAC](http://www.dtac.co.th/)
spicydog3b354e02016-05-21 20:47:10 +1000461 * [Insightera](https://www.insightera.co.th/)
Patrick Db4398892015-10-28 19:29:41 +0100462
Engin Erenturk96a1bc62016-01-14 11:22:01 +0200463## Turkey
464 * [GramGames](http://gram.gs/)
465
elifTechda92e1d2016-01-06 13:36:12 +0200466## Ukraine
467 * [ElifTech](http://www.eliftech.com)
468
dbaroncelli38c87552016-01-30 18:47:59 +0100469## United Kingdom
470 * [GOV.UK](http://www.gov.uk) - [slides](https://speakerdeck.com/nickstenning/http-building-a-new-router-for-gov-dot-uk) [github](https://github.com/alphagov/router) [blog](https://gdstechnology.blog.gov.uk/2013/12/05/building-a-new-router-for-gov-uk/)
471 * [HM Treasury, UK.gov](http://hm-treasury.gov.uk/) - [github](https://github.com/guidance-guarantee-programme/)
472 * [New Bamboo](http://www.new-bamboo.co.uk) - [blog](http://blog.new-bamboo.co.uk/2013/09/17/micro-network-daemons-in-go)
473 * [XTX Markets](http://www.xtxmarkets.com) - [github](https://github.com/XTXMarkets)
474 * [Badoo](https://badoo.com) - [github](https://github.com/badoo/thunder)
475 * [Geckoboard](https://www.geckoboard.com)
bdaglish0193e052016-03-07 14:58:29 +0000476 * [Restorepoint](http://www.restorepoint.com)
dbaroncelli38c87552016-01-30 18:47:59 +0100477 * [Sainsbury's](http://www.sainsburys.co.uk)
Damian Gryskiaf16fc82016-03-19 22:08:35 +0100478 * [Ryanair](http://www.ryanair.com) - [source](https://youtu.be/CWCHT3GClMM?t=15m)
leedhamtekanie101f292016-04-21 18:54:58 +1000479 * [Belua] (https://www.belua.com)
dbaroncelli38c87552016-01-30 18:47:59 +0100480
Carlisia Camposb5cbd2b2015-10-21 09:47:17 -0700481See also [Success Stories](SuccessStories)