package matrix import "fmt" func Login(identifier, password string) error { fmt.Println(identifier, password) return nil }