Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.