https://github.com/g0rbe/gmod
Go module
https://github.com/g0rbe/gmod
go go-library go-module golang golang-library golang-module
Last synced: 12 months ago
JSON representation
Go module
- Host: GitHub
- URL: https://github.com/g0rbe/gmod
- Owner: g0rbe
- License: mit
- Created: 2023-12-30T23:38:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T22:11:12.000Z (over 1 year ago)
- Last Synced: 2025-03-07T13:52:06.716Z (over 1 year ago)
- Topics: go, go-library, go-module, golang, golang-library, golang-module
- Language: Go
- Homepage:
- Size: 2.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gmod
[](https://pkg.go.dev/github.com/g0rbe/gmod)
[](https://goreportcard.com/report/github.com/g0rbe/gmod)
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:
```bash
go get github.com/g0rbe/gmod@latest
```
Or get the latest commit (if Go module proxy is not updated):
```bash
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
```