mstruebing / tldr

Golang command line client for tldr https://github.com/tldr-pages/tldr
MIT License
262 stars 24 forks source link

feat(tests): add test setup #27

Closed mstruebing closed 6 years ago

mstruebing commented 6 years ago

What I did: add a basic test setup and introduces make test which will run go test, go vet and gofmt

Why I did it: because tests.

related #11