diff options
Diffstat (limited to 'golang/restapi/doc.go')
-rw-r--r-- | golang/restapi/doc.go | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/golang/restapi/doc.go b/golang/restapi/doc.go new file mode 100644 index 00000000..9896c2da --- /dev/null +++ b/golang/restapi/doc.go @@ -0,0 +1,23 @@ +// Code generated by go-swagger; DO NOT EDIT. + +/* +Package restapi fatcat +A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata + + + Schemes: + http + https + Host: api.fatcat.wiki + BasePath: /v0 + Version: 0.1.0 + + Consumes: + - application/json + + Produces: + - application/json + +swagger:meta +*/ +package restapi |