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
- Host: GitHub
- URL: https://github.com/cicovic-andrija/libgo
- Owner: cicovic-andrija
- Created: 2023-06-03T09:53:55.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T12:07:29.000Z (about 1 year ago)
- Last Synced: 2024-03-03T13:24:48.088Z (about 1 year ago)
- Topics: go, library
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.