package errx import "fmt" func Log(msg string, k... any) { fmt.Printf("lash: " + msg + "\n", k...) }