diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-09 18:38:24 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-09 18:38:35 -0700 |
commit | fc3d70a256dbd45fdd54a21efa6abc49b554e8e2 (patch) | |
tree | 5b1e8bdd9dc42494e36efd193964f1588c2190f7 /golang/restapi/doc.go | |
parent | f36836a6399022338ec02849da42f6f518c7a54f (diff) | |
download | fatcat-fc3d70a256dbd45fdd54a21efa6abc49b554e8e2.tar.gz fatcat-fc3d70a256dbd45fdd54a21efa6abc49b554e8e2.zip |
rename golang directory
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 |