all repos

dotfiles @ 9068778bc81c6d1955fb3b4cae56d33de7dcb360

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