Go Turns 10

This weekend we celebrate the 10th anniversary of the Go release, marking the 10th birthday of Go as an open-source programming language and ecosystem for building modern networked software. Happy birthday, …

fresh

fresh: Build and (re)start go web apps after saving/creating/deleting source files. Fresh is a command line tool that builds and (re)starts your web application everytime you save a Go or …

gotop

gotop: A terminal based graphical activity monitor inspired by gtop and vtop. Another terminal based graphical activity monitor, inspired by gtop and vtop, this time written in Go! CLI Options -c, –color=NAME Set a colorscheme.-m, –minimal Only show …

Compile Daemon for Go

CompileDaemon watches your .go files in a directory and invokes go build if a file changed. Nothing more. Installation Examples In its simplest form, the defaults will do. With the current working …

golang: bigslice

Bigslice is a system for fast, large-scale, serverless data processing using Go. Bigslice provides an API that lets users express their computation with a handful of familiar data transformation primitives such as map, filter, reduce, …

golang: progressbar

progressbar: A really basic thread-safe progress bar for Golang applications A very simple thread-safe progress bar which should work on every OS without problems. I needed a progressbar for crocand everything …

SpaceVim

SpaceVim is a community-driven Vim distribution with layer feature. SpaceVim manages collections of plugins in layers. Layers make it easy for you, the user, to enable a new language or feature …