all repos

dotfiles @ 4965fe25293f05a4daaec2c9e289ed8b617539f0

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