inuits / 12to8

A cli app for 9to5r
Apache License 2.0
2 stars 3 forks source link

Code Quality improvement #36

Open roidelapluie opened 7 years ago

roidelapluie commented 7 years ago

$ golint ./tests/... ./api/... ./cmd/... . 2>&1|wc -l 124

$ find cmd/ api/ tests/ -name '*.go' -print0 | xargs -0 cat | wc -l 3422

I want those numbers down.

roidelapluie commented 7 years ago

( #37 )

$ golint ./tests/... ./api/... ./cmd/... . 2>&1|wc -l 65

$ find cmd/ api/ tests/ -name '*.go' -print0 | xargs -0 cat | wc -l 3404

roidelapluie commented 7 years ago

(#39 )

$ golint ./tests/... ./api/... ./cmd/... . 2>&1|wc -l 63

$ find cmd/ api/ tests/ -name '*.go' -print0 | xargs -0 cat | wc -l 3391