mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-29 02:01:43 +00:00
Fix a couple of minor issue for goreportcard and add badge for it.
This commit is contained in:
@@ -62,6 +62,10 @@ func main() {
|
||||
}
|
||||
log.Println(ci.Timestamp.String())
|
||||
err = parser.DecodeLayers(data, &decoded)
|
||||
if err != nil {
|
||||
log.Printf("Error in DecodeLayers: %v", err)
|
||||
continue
|
||||
}
|
||||
for _, t := range decoded {
|
||||
switch t {
|
||||
case layers.LayerTypeEthernet:
|
||||
|
||||
Reference in New Issue
Block a user