A full implementation of GNU's `wc` written in Go
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DustyP 05a7cdd9d7
Count Lines faster than wc
5 years ago
cmd/wc-go Count Lines faster than wc 5 years ago
pkg/wc Count Lines faster than wc 5 years ago
.gitignore Initial commit 5 years ago
LICENSE Initial commit 5 years ago
README.md Initial commit 5 years ago
go.mod Initial line counter 5 years ago
go.sum Initial line counter 5 years ago

README.md

wc-go

A full implementation of Unix's wc written in Go