This repository was archived by the owner on Oct 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 22
33Coverage reporting tool for The Go Programming Language
44
5- [ ![ Build Status] ( https://drone.io/github.com/ axw/gocov/status.png )] ( https://drone.io/github.com/ axw/gocov/latest )
5+ [ ![ Build Status] ( https://travis-ci.org/ axw/gocov.svg?branch=master )] ( https://travis-ci.org/ axw/gocov )
66
77## Installation
88
Original file line number Diff line number Diff line change 1+ module github.com/axw/gocov
2+
3+ go 1.12
4+
5+ require golang.org/x/tools v0.0.0-20190617190820-da514acc4774
Original file line number Diff line number Diff line change 1+ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
2+ golang.org/x/net v0.0.0-20190311183353-d8887717615a /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
3+ golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
4+ golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
5+ golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
6+ golang.org/x/tools v0.0.0-20190617190820-da514acc4774 h1:CQVOmarCBFzTx0kbOU0ru54Cvot8SdSrNYjZPhQl+gk =
7+ golang.org/x/tools v0.0.0-20190617190820-da514acc4774 /go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc =
You can’t perform that action at this time.
0 commit comments