fg-gotools

module
v0.0.0-...-00a29e2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2025 License: GPL-3.0

README

FG-GOTOOLS

Various tools are provided in here for convinience for a go project.

Basic directory tree of the project

The basic directories structure for this tools package. It is basically directory name of what the tools for, its content

.
├── LICENSE
├── README.md
├── cmd
│   ├── conc_http_calls
│   │   └── main.go
│   ├── encryptor
│   │   └── main.go
│   ├── randomer
│   │   └── main.go
│   ├── tester
│   │   └── main.go
│   └── ulid
│       └── main.go
├── encdec
│   └── aes.go
├── filemime
│   └── filemime.go
├── go.mod
├── go.sum
├── hash
│   ├── argon
│   │   └── argon.go
│   ├── bcrypt
│   │   ├── bcrypt.go
│   │   └── type.go
│   ├── hash.go
│   └── sha256
│       └── sha256.go
├── jwt
│   ├── jwt.go
│   └── type.go
├── password
│   ├── password.go
│   └── type.go
├── printer
│   └── printer.go
├── random
│   └── random.go
└── ulid
    └── ulid.go

Directories

Path Synopsis
cmd
conc_http_calls command
encryptor command
randomer command
tester command
ulid command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL