Skip to content

Commit 130aad0

Browse files
author
openset
committed
Add: SetFlags
1 parent f7b06f0 commit 130aad0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: main.go

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package main
33
import (
44
"flag"
55
"fmt"
6-
"log"
76

87
"github.com/openset/leetcode/internal/base"
98
"github.com/openset/leetcode/internal/build"
@@ -42,7 +41,6 @@ func init() {
4241
}
4342

4443
func main() {
45-
log.SetFlags(log.LstdFlags)
4644
flag.Usage = base.Usage
4745
flag.Parse()
4846
if flag.NArg() < 1 {

0 commit comments

Comments
 (0)