go-carpet – show test coverage for Go source files
go-carpet show test coverage in terminal for Go source files. To view the test coverage in the terminal, just run go-carpet. It works outside of the GOPATH directory. And it works recursively for …
go-carpet show test coverage in terminal for Go source files. To view the test coverage in the terminal, just run go-carpet. It works outside of the GOPATH directory. And it works recursively for …
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: 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: 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 …
Microbenchmark comparing a very simple Node.js and Go HTTP service running on the local machine. Node v12.12.0 Go v1.13.3 Takeaway Go is 2.69x as fast as Node.js for this particular benchmark. …
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 …
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, …
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 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 …
Packr is a simple solution for bundling static assets inside of Go binaries. Installation go get -u github.com/gobuffalo/packr Usage // set up a new box by giving it a (relative) …