| OLD | NEW |
| 1 # Swarming endpoints. Includes builds and logs. | 1 # Swarming endpoints. Includes builds and logs. |
| 2 | 2 |
| 3 * build.go - Ingests annotee | 3 * build.go - Ingests annotee |
| 4 * build_test.go - Tests for build.go | 4 * build_test.go - Tests for build.go |
| 5 * buildLog.go - Displays build logs | 5 * buildLog.go - Displays build logs |
| 6 * memoryClient.go - In memory butler client for annotee | 6 * memoryClient.go - In memory butler client for annotee |
| 7 | 7 |
| 8 * html.go - Plain ol' html endpoints | 8 * html.go - Plain ol' html endpoints |
| 9 | 9 |
| OLD | NEW |