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 binarymain../mainwill start on port8000by default, set the env varPORTto change.
GET /bob_resource: Takesrepoandbranchas params, clones and responds back with a tar of the repo.GET /ping: Responds with anAck.