()
| 26 | ) |
| 27 | |
| 28 | func createTestID1User() *auth.User { |
| 29 | return &auth.User{ |
| 30 | ID: "testID1", |
| 31 | GitHubUserID: new("123456"), |
| 32 | } |
| 33 | } |
| 34 | |
| 35 | // TODO: Move recoveryMiddleware into the lib directory to actually be used by the real server. |
| 36 | func recoveryMiddleware(next http.Handler) http.Handler { |
no outgoing calls
no test coverage detected