Vincent Vercetti's repositories
cookieguard
This middleware is a modified version of the official Fiber encryptcookie middleware, designed to securely encrypt and decrypt cookies
paypalutil
Package for PayPal utilities written in Go
randomizer
Fast and thread-safe random data generator package written in Go
keycheck-go
A simple validator suitable for simple tasks inspired from OpenBullet's KeyCheck feature
boundedpool-go
A high-performance, thread-safe, bounded object pool implementation for Go, designed as a flexible alternative to "sync.Pool"
endianness
Package for simple translation between numbers to strings, byte sequences, etc., and vice versa, written in Go
lazyinit-go
Thread-safe, generic lazy initialization in Go for efficiently managing expensive resources concurrently.
errorwrapper
A simple Go package for wrapping errors with nested context and prefixes.