all repos

dotfiles @ 8617799a3b022e29e7fdc0006e95de7359d9bb6b

i use rach linux btw

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

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