1
0
mirror of https://github.com/golang/go synced 2024-11-11 22:50:22 -07:00

Update cover.go

This commit is contained in:
Stephen L 2018-06-11 15:09:55 -07:00 committed by GitHub
parent 8f165e3b5d
commit f5b9e1d49d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}