This is a simple external resource enabling Bob to read git repositories.
- Go 1.22+
- go build main.goto compile the code and obtain a binary- main.
- ./mainwill start on port- 8000by default, set the env var- PORTto change.
- GET /bob_resource: Takes- repoand- branchas params, clones and responds back with a tar of the repo.
- GET /ping: Responds with an- Ack.