Categorygithub.com/g0rbe/gmod
module
0.0.0-20241102221056-eb2fa4d51d96
Repository: https://github.com/g0rbe/gmod.git
Documentation: pkg.go.dev

# README

gmod

Go Reference Go Report Card

Package gmod is a collection of Go packages for many things.

Tried to give unique names to packages to avoid interference with the std package but still can infer the usage.

Get:

go get github.com/g0rbe/gmod@latest

Or get the latest commit (if Go module proxy is not updated):

go get "github.com/g0rbe/gmod@$(curl -s 'https://api.github.com/repos/g0rbe/gmod/commits' | jq -r '.[0].sha')"

Structure

├── clock
├── cryptography
│   ├── checksum
│   └── random
├── freax
├── inout
│   ├── colorz
│   ├── dntfy
│   ├── logz
│   └── pinentry
├── net
│   ├── arp
│   ├── blocklist
│   ├── capability
│   ├── ctlog
│   ├── dns
│   │   └── hetzner
│   ├── iface
│   ├── ip
│   ├── portscan
│   ├── raw
│   ├── route
│   ├── tcp
│   ├── tls
│   │   ├── certificate
│   │   ├── ciphersuite
│   │   │   └── tools
│   │   ├── ssl30
│   │   ├── tls10
│   │   ├── tls11
│   │   ├── tls12
│   │   └── tls13
│   └── validator
├── octets
└── slicer

# Packages

Functions for time.
No description provided by the author
Package freax provides operating system functions for Linux.
Input and output.
No description provided by the author
Manipulate bytes.
No description provided by the author