mountolive's Stars
golang/go
The Go programming language
nektos/act
Run your GitHub Actions locally 🚀
ziglang/zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
slidevjs/slidev
Presentation Slides for Developers
cfenollosa/os-tutorial
How to create an OS from scratch
ko-build/ko
Build and deploy Go applications
kelseyhightower/envconfig
Golang library for managing configuration data from environment variables
yoav-lavi/melody
Melody is a language that compiles to regular expressions and aims to be more readable and maintainable
ory/dockertest
Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.
DataDog/go-profiler-notes
felixge's notes on the various go profiling methods that are available.
rcarriga/nvim-dap-ui
A UI for nvim-dap
remote-es/remotes
This is a repository listing companies which offer full-time remote jobs with Spanish contracts
jondot/goweight
A tool to analyze and troubleshoot a Go binary size.
nix-community/lorri
Your project’s nix-env [maintainer=@Profpatsch,@nyarly]
teamcode-inc/kubeorbit
Test your application on Kubernetes in a brand new simple way⚡ 轻量高效的微服务本地联调测试工具
daixiang0/gci
GCI, a tool that control golang package import order and make it always deterministic.
jmacglashan/burlap
Repository for the ongoing development of the Brown-UMBC Reinforcement Learning And Planning (BURLAP) java library
david-abel/simple_rl
A simple framework for experimenting with Reinforcement Learning in Python.
plentiform/go-ide
Neovim config for golang development
gonzaloserrano/go-nzalo
Go code review guidelines, examples and scripts.
theskyinflames/sshexecutor
A SSH client (sudo capable) as a REST service to execute remote recipes (sequence of commands) by SSH, included SUDO commands. It also returns the stdout and stderr filled for these commands executed in the target server. This service does not require any kind of "agent" installed in the target servers
yriveiro/dap-go.nvim
nvim-dap extension to make simpler debug Golang using Delve
theskyinflames/word2png
This is a tool that encrypts a sequence of words (or pieces of texts) using the AES-256 algorithm and encodes the encrypted result into a PNG image by linking each byte value to a specific color. It also decodes the before image to get back the original sequence of words