plexsystems / pacmod
Package your Go modules
☆41Updated last year
Alternatives and similar repositories for pacmod:
Users that are interested in pacmod are comparing it to the libraries listed below
- A simple library that allows a network server to limit how may concurrent connections it supports from each client IP.☆52Updated 2 months ago
- A tool to compare different versions of an API and find incompatibilities.☆40Updated 5 years ago
- Static analyzer to catch invalid uses of http.Error without a return statement which can cause expected bugs☆24Updated last year
- 👻 Locate and fix overly complex lines of code in Go.☆52Updated 6 years ago
- Deduplicate named and unnamed imports of the same import path in Go files☆19Updated 4 years ago
- Check that no init functions are present in Go code.☆41Updated 4 years ago
- A Golang utility for working with files☆16Updated 6 years ago
- docker-compose alike functionality directly from golang, for integration testing.☆64Updated last week
- ☆39Updated 8 years ago
- the multi machine cat over protocol buffers and websocket☆37Updated last month
- test coverage analysis in your terminal☆23Updated 2 years ago
- go-notifier: Cross platform system notifications in go (golang)☆59Updated 5 years ago
- Package mapstructure is a Go library for decoding generic map values to structures and vice versa, while providing helpful error handling…☆20Updated 5 years ago
- A Go library for encoding structs into Header fields.☆47Updated last year
- Find in Go exported variables that could be unexported☆27Updated 9 years ago
- Multi Platform Golang terminal management: Raw mode, TTY size.☆40Updated 8 years ago
- Support for Unix domain sockets in Go HTTP clients☆79Updated last year
- Go linter for finding defer statements inside for loops