Compare commits

..

No commits in common. "7e6b171e0d92be039b8c14d1c7fe794daed3460c" and "7581b8e28e42e875be9be5b3422589d1ca78e639" have entirely different histories.

4 changed files with 3 additions and 10 deletions

View File

@ -2,8 +2,8 @@
redomod: redomod:
rm -f go.* rm -f go.*
GO111MODULE= go mod init unset GO111MODULES && go mod init
GO111MODULE= go mod tidy unset GO111MODULES && go mod tidy
github: github:
git push origin master git push origin master

5
go.mod
View File

@ -1,5 +0,0 @@
module go.wit.com/log
go 1.21.4
require go.wit.com/dev/davecgh/spew v1.1.3

2
go.sum
View File

@ -1,2 +0,0 @@
go.wit.com/dev/davecgh/spew v1.1.3 h1:hqnB5qsPgC2cLZaJXqQJspQ5n/Ugry9kyL3tLk0hVzQ=
go.wit.com/dev/davecgh/spew v1.1.3/go.mod h1:sihvWmnQ/09FWplnEmozt90CCVqBtGuPXM811tgfhFA=

View File

@ -2,7 +2,7 @@ package log
import ( import (
origlog "log" origlog "log"
"go.wit.com/dev/davecgh/spew" "go.wit.com/spew"
) )
func Spew(b any, a ...any) { func Spew(b any, a ...any) {