Toilet is a simple WC implementation in golang
The table below has info about it current status
Feature | Implementation | Tests |
---|---|---|
Word Count | ✔️ | ❌ |
Line Count | ✔️ | ❌ |
Byte Count | ✔️ | ❌ |
Single file input | ✔️ | ❌ |
Multiple file input | ✔️ | ❌ |
Error handling | ✔️ | ❌ |
STDIN input | ❌ | ❌ |
Char count (multbyte support) | ❌ | ❌ |