MCPcopy Create free account
hub / github.com/PuerNya/git-proxy / main

Function main

main.go:229–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

227}
228
229func main() {
230 if err := command.Execute(); err != nil {
231 log.Fatal(err)
232 }
233}
234
235type HTTPError struct {
236 Message string `json:"message"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected