update gomod/str

This commit is contained in:
bryanqiu 2022-10-12 21:58:20 +08:00
parent d68105842d
commit 813dc81ea1
2 changed files with 11 additions and 8 deletions

2
go.mod
View File

@ -1,3 +1,5 @@
module qoobing.com/gomod/log module qoobing.com/gomod/log
go 1.16 go 1.16
require qoobing.com/gomod/str v1.0.0

3
log.go
View File

@ -9,12 +9,13 @@ import (
"log" "log"
"os" "os"
"path/filepath" "path/filepath"
"qoobing.com/gomod/str"
"runtime" "runtime"
"runtime/debug" "runtime/debug"
"strings" "strings"
"sync" "sync"
"time" "time"
"qoobing.com/gomod/str"
) )
var ( var (