An open API service indexing awesome lists of open source software.

https://github.com/cicovic-andrija/libgo

Go library consisting of various utility packages
https://github.com/cicovic-andrija/libgo

go library

Last synced: about 2 months ago
JSON representation

Go library consisting of various utility packages

Awesome Lists containing this project

README

        

# libgo

Go library consisting of various utility packages.

## Packages

- `crypto`: Cryptographic functions.
- `fs`: Common file system routines.
- `https`: Minimal HTTPS wrapper around Go's standard implementation.
- `logging`: Shared logging functionality.
- `set`: Set implementations.
- `slice`: Slice operations.