| 1367 | } |
| 1368 | |
| 1369 | type userInfo struct { |
| 1370 | uid int |
| 1371 | gid int |
| 1372 | user *user.User |
| 1373 | } |
| 1374 | |
| 1375 | func getUser(username string) (userInfo, error) { |
| 1376 | user, err := findUser(username) |
nothing calls this directly
no outgoing calls
no test coverage detected