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
go 1.16
require qoobing.com/gomod/str v1.0.0

3
log.go
View File

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