package mysql import "myschools.me/xixi.xv/hello/model" func UserDetailByLogname(loginname *string) (*model.User, error) { return nil, nil }