all repos

dotfiles @ 37a68d6ff0a7720ab9e4894642e0d2d2a407d3d0

i use rach linux btw

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

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
go utils, 5 months ago
1
function gotestcover -a path
2
  go test $path -coverprofile=cover
3
  go tool cover -html=cover
4
end