refactor: nettests is now an internal package (#165)

I'm moving everything into internal packages since this ain't a library.

While there, remove typo that was causing a build breakage.
This commit is contained in:
Simone Basso
2020-11-13 17:14:26 +01:00
committed by GitHub
parent fb2ca32004
commit a58dff3050
15 changed files with 2 additions and 3 deletions
-1
View File
@@ -84,7 +84,6 @@ func makeSummary(name string, totalCount uint64, anomalyCount uint64, ss string)
func logResultItem(w io.Writer, f log.Fields) error {
colWidth := 24
Try running
rID := f.Get("id").(int64)
name := f.Get("name").(string)
isDone := f.Get("is_done").(bool)