Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rudifa/goutil
A collection of go utility functions and types.
https://github.com/rudifa/goutil
Last synced: 24 days ago
JSON representation
A collection of go utility functions and types.
- Host: GitHub
- URL: https://github.com/rudifa/goutil
- Owner: rudifa
- License: apache-2.0
- Created: 2023-06-02T11:34:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-05T16:21:43.000Z (3 months ago)
- Last Synced: 2024-10-07T01:41:47.312Z (about 1 month ago)
- Language: Go
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rudifa goutil module
## Description
A collection of go utility functions and types.
## Install
```bash
go get -u github.com/rudifa/goutil
```## Usage
```go
import "github.com/rudifa/goutil"
```## Packages
### stacktrace
## TODO
### util
> remove HexDump, use `hex.Dump` from the stdlib instead.