all repos

dotfiles @ 53bc89e04a6108bba0ac688a7c8dbc47b9865b85

i use rach linux btw

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

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