Files
lash/internal/errx/error.go
vxclutch 71ffad466b save
2026-05-27 08:30:51 -04:00

8 lines
92 B
Go

package errx
import "fmt"
func Error(err string) {
fmt.Println("error:", "lash:", err)
}