Categorygithub.com/brentp/go-athenaeum
repository
0.0.0-20180711164918-19f838fd53de
Repository: https://github.com/brentp/go-athenaeum.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

go-athenaeum

a collection of small #golang packages I use.

  • rangeset set operations on interval ranges GoDoc
  • readuntil like bytes.Index for an io.Reader GoDoc
  • s3seek provides a seekable io.Reader to an S3 object. GoDoc
  • unsplit faster than bytes.Split GoDoc
  • windowmean sliding window mean on a slice GoDoc
  • tempclean like ioutil.TempFile/Dir but cleans up at exit GoDoc