Compare commits

..

No commits in common. "main" and "v0.0.7" have entirely different histories.
main ... v0.0.7

2 changed files with 2 additions and 4 deletions

4
go.mod
View File

@ -3,8 +3,8 @@ module apigo.cc/gojs/log
go 1.24.0
require (
apigo.cc/gojs v0.0.31
github.com/ssgo/log v1.7.10
apigo.cc/gojs v0.0.30
github.com/ssgo/log v1.7.9
github.com/ssgo/u v1.7.23
)

2
log.go
View File

@ -58,8 +58,6 @@ func init() {
log.Wait()
},
})
log.Start()
}
func getObjects(args *gojs.Arr) []any {