mirror of
https://github.com/golang/go
synced 2024-11-11 22:50:22 -07:00
Update cover.go
This commit is contained in:
parent
8f165e3b5d
commit
f5b9e1d49d
@ -19,7 +19,7 @@ type CoverBlock struct {
|
||||
Line0 uint32 // line number for block start
|
||||
Col0 uint16 // column number for block start
|
||||
Line1 uint32 // line number for block end
|
||||
Col1 uint16 // column number for block end
|
||||
Col1 uint16 // column number for block end
|
||||
Stmts uint16 // number of statements included in this block
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user