background preloader

Software robot

Facebook Twitter

What web framework to use while developing in Go language? - Stack Overflow. {{ mustache }} Logic-less templates. Available in Ruby, JavaScript, Python, Erlang, node.js, PHP, Perl, Objective-C, Java, .NET, Android, C++, Go, Lua, ooc, ActionScript, ColdFusion, Scala, Clojure, Fantom, CoffeeScript, D, Haskell, XQuery, ASP, Io, Dart, and for Haxe Works great with TextMate, Vim, Emacs, and Coda The Manual: mustache(5) and mustache(1) Demo <h1>{{header}}</h1> {{#bug}} {{/bug}} {{#items}} {{#first}} <li><strong>{{name}}</strong></li> {{/first}} {{#link}} <li><a href="{{url}}">{{name}}</a></li> {{/link}} {{/items}} {{#empty}} <p>The list is empty. Hoisie/mustache.go. Mgo - Rich MongoDB driver for Go. Introduction mgo (pronounced as mango) is a MongoDB driver for the Go language that implements a rich and well tested selection of features under a very simple API following standard Go idioms.

"mgo is the dream driver: it's easy-to-use and superior in performance all the while allowing us to pair Go and MongoDB in an idiomatic fashion. " — Naitik Shah, Parse team at Facebook "mgo enables us to blazingly serve more than 1.000.000 book covers a day while reducing our servers' load. " — Benoît Larroque, R&D Engineer at Feedbooks.com "mgo and Go are a pair made in heaven. " — Brian Ketelsen, Author of GopherTimes.com "mgo is an awesome MongoDB driver, extremely fast, easy to use, and very actively maintained. " — Travis Reeder, CTO of Appoxy and Iron.io "mgo is the best database driver I've ever used. " — Patrick Crosby, Founder of StatHat "I wish there was something almost as good as mgo, but for sql.

" — Someone at #go-nuts Highlights Cluster discovery and communication Failover management Mailing list. The Go Programming Language. Big.LITTLE Processing.