func WriteErr()

in internal/util/msg.go [64:68]


func WriteErr(n int, err error) {
	if err != nil {
		log.Errorf("write: %s", err)
	}
}