package
0.0.0-20170224015737-e8ebaed0777a
Repository: https://github.com/odeke-em/go-utils.git
Documentation: pkg.go.dev
# README
strcmp-checker
- It reads lines from stdin, compares each line read with itself then if the line is not equal to itself. Just to stress test a weird exception that am investigating on Linux Mint 17 from drive issue #406
Installation
$ go get github.com/odeke-em/go-utils/strcmp-check
Usage
$ echo "hey" | strcmp-check
$ cat content | strcmp-check