161004 37k 0 A terminal file manager. This is a work in progress. Use at your own risk. lf (as in "list files") is a terminal file manager written in Go. It is heavily inspired by ranger with some missing and extra features. Some of the missing features are deliberately ommited since it is better if they are handled by external tools. https://github.com/gokcehan/lf https://godoc.org/github.com/gokcehan/lf
160318 2141k 0 Libretto is a Golang library to create Virtual Machines (VMs) on any cloud and Virtual Machine hosting platforms such as AWS, Azure, OpenStack, vSphere, or VirtualBox. https://github.com/apcera/libretto
151215 119k 0 Hoverfly: lightweight, open source service virtualization tool. Virtualize your application dependencies to create a self-contained development or test env.. Proxy written in Go. Can capture HTTP(s) traffic between an appl under test & ext. services, & then replace the external services. Middleware modules (in any lang) allow users to introduce their own custom logic. //github.com/SpectoLabs/hoverfly
150915 10k 0 Concurrently run Go lint tools and normalise their output.It is intended for use with editor/IDE integration. https://github.com/alecthomas/gometalinter
140828 18k 0 Helpfully Functional Go - A useful collection of Go utilities. Designed for programmer happiness. http://tobyhede.github.io/go-underscore/ https://github.com/tobyhede/go-underscore
140828 9k 0 cli-init. The easy way to start building Golang command-line application. http://tcnksm.github.io/cli-init/ https://github.com/tcnksm/cli-init