eefret / gomdb

Omdb API in golang
Apache License 2.0
17 stars 14 forks source link

refactored testing to use go Testing library #3

Closed chriscoderdr closed 9 years ago

chriscoderdr commented 9 years ago

Hey I refactored the testing to use testing library of go, you can now run them using:

go test

or

go test -v 

for verbose output.