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 /fatcat-go/restapi/doc.go | |
parent | f36836a6399022338ec02849da42f6f518c7a54f (diff) | |
download | fatcat-fc3d70a256dbd45fdd54a21efa6abc49b554e8e2.tar.gz fatcat-fc3d70a256dbd45fdd54a21efa6abc49b554e8e2.zip |
rename golang directory
Diffstat (limited to 'fatcat-go/restapi/doc.go')
-rw-r--r-- | fatcat-go/restapi/doc.go | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/fatcat-go/restapi/doc.go b/fatcat-go/restapi/doc.go deleted file mode 100644 index 9896c2da..00000000 --- a/fatcat-go/restapi/doc.go +++ /dev/null @@ -1,23 +0,0 @@ -// 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 |