go-sanitize

Golang library of simple to use sanitation functions

APACHE-2.0 License

Stars
32

Bot releases are hidden (Show)

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