save
This commit is contained in:
7
internal/errx/print.go
Normal file
7
internal/errx/print.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package errx
|
||||
|
||||
import "fmt"
|
||||
|
||||
func Log(msg string, k... any) {
|
||||
fmt.Printf("lash: " + msg + "\n", k...)
|
||||
}
|
||||
Reference in New Issue
Block a user