Showing 1 of 1 files from the diff.
@@ -23,7 +23,7 @@
Loading
23 | 23 | // or returns as *Nil. |
|
24 | 24 | type Nil struct {} |
|
25 | 25 | ||
26 | - | // EncodeMsgPack implements the msgpack.CustomEncoder interface. |
|
26 | + | // EncodeMsgpack implements the msgpack.CustomEncoder interface. |
|
27 | 27 | func (*Nil) EncodeMsgpack(enc *msgpack.Encoder) error { |
|
28 | 28 | return enc.EncodeNil() |
|
29 | 29 | } |
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.