package main import ( "fmt" "time" ) // CountYestodayArts func (a *App) Login(username,password string) map[string]interface{}{ fmt.Println(username,password) time.Sleep(2*time.Second) return map[string]interface{}{"error": 1} }