8 lines
92 B
Go
8 lines
92 B
Go
package errx
|
|
|
|
import "fmt"
|
|
|
|
func Error(err string) {
|
|
fmt.Println("error:", "lash:", err)
|
|
}
|