all repos

dotfiles @ 1e32754577e748146cda5cbebbb247e54c3e44ef

my dotfiles

config/fish/functions/gotestcover.fish (view raw)

1
2
3
4
function gotestcover -a path
  go test $path -coverprofile=cover
  go tool cover -html=cover
end