1package server 2 3import ( 4 a "golang.conradwood.net/apis/auth" 5 "golang.org/x/net/context" 6) 7 8func GetUserDetail(ctx context.Context) { 9 10}
View as plain text