Skip to content

Commit 1b16e06

Browse files
committed
Fix staticcheck validation errors
1 parent 74e72d0 commit 1b16e06

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

‎handlers/cli/cli.go‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66
"io"
77
"os"
88
"sync"
9-
"time"
109

1110
"github.com/bep/log"
1211
"github.com/fatih/color"
@@ -16,9 +15,6 @@ import (
1615
// Default handler outputting to stderr.
1716
var Default = New(os.Stderr)
1817

19-
// start time.
20-
var start = time.Now()
21-
2218
var bold = color.New(color.Bold)
2319

2420
// Colors mapping.

‎pkg_test.go‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,4 @@ func Example_trace() {
7878
}
7979

8080
fn()
81-
return
8281
}

0 commit comments

Comments
 (0)