VS Code settings for Code Runner
Code Runner is great plugin for MS VS Code editor. default shortcut: control+option(alt)+n
Code Runner is great plugin for MS VS Code editor. default shortcut: control+option(alt)+n
Sampler is a tool for shell commands execution, visualization and alerting. Configured with a simple YAML file. One can sample any dynamic process right from the terminal — observe changes …
Upterm is an open-source solution for sharing terminal sessions instantly with the public internet over secure tunnels. What it’s good for Remote pair programming Access remote computers behind NATs and firewalls …
Logrus is a structured logger for Go (golang), completely API compatible with the standard library logger. Seeing weird case-sensitive problems? It’s in the past been possible to import Logrus as both …
gophernotes is a Go kernel for Jupyter notebooks and nteract. It lets you use Go interactively in a browser-based notebook or desktop app. Use gophernotes to create and share documents that contain live Go code, equations, …
„Go’s Tooling Cheat Sheet“ contains lots of handy commands for a perfect development workflow in Go language.
The benchcmp command displays performance changes between benchmarks. Benchcmp parses the output of two ‚go test‘ benchmark runs, correlates the results per benchmark, and displays the deltas. To measure the …
This happens on Golang from version 1.13. I verify this after reading this https://golang.org/doc/go1.13#modules Problem go get -u gitlab.com/fast-and-comfy/internal # cd .; git clone — https://gitlab.com/fast-and-comfy/internal.git /Users/pepa/go/src/gitlab.com/fast-and-comfy/system Cloning into ‚/Users/pepa/go/src/gitlab.com/fast-and-comfy/system’… fatal: …
ghw is a small Golang library providing hardware inspection and discovery for Linux. There currently exists partial support for MacOSX and Windows support is planned for a future release. Usage You …