all repos

dotfiles @ 0400129a8bbc5acaa3c3fb9d9956130accdd0be1

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