all repos

dotfiles @ 83e573d06fb2689a59446ec4280f140b8b851efc

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