go-sanitize

Golang library of simple to use sanitation functions

APACHE-2.0 License

Stars
32

Bot releases are visible (Hide)

go-sanitize - Release v1.0.6

Published by mrz1836 almost 6 years ago

  • Better support for BCH addresses vs regular BTC legacy addresses
go-sanitize - Release v1.0.5

Published by mrz1836 almost 6 years ago

  • Added new BitcoinAddress() sanitize method following the regex for Bitcoin (works for BTC and BCH)
  • Minor edits and improvements
go-sanitize - Release v1.0.4

Published by mrz1836 almost 6 years ago

  • Package name change to follow Go Standards
  • More examples, benchmarks
  • Readme updates
go-sanitize - Release v1.0.3

Published by mrz1836 almost 6 years ago

  • Updated the package read me
  • Updated license to Apache 2.0
go-sanitize - Release v1.0.2

Published by mrz1836 almost 6 years ago

  • Github repository standards (templates)
  • Added code of conduct
  • Added how to contribute
go-sanitize - Release v1.0.1

Published by mrz1836 almost 6 years ago

  • Proper examples using Go formats
  • Minor updates to comments, code formatting
go-sanitize - Release v1.0.0

Published by mrz1836 almost 6 years ago

This is go-sanitize's first major release ;-)

Key Features

  • Unit test coverage on all package methods
  • Benchmarks for all package methods
  • Examples for each package method
  • Compliant with godoc, golint, vet, gofmt
  • Base project files, license, continuous deployment configuration
  • Easy to use installation and read me
go-sanitize - Release v0.1.0

Published by mrz1836 almost 6 years ago

  • Sanitize methods for general string operations
  • Tests for each method
  • Examples for each method