all repos

dotfiles @ 9c9c13c9f162f96436d3ab13660a74a456dcf8c5

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