Update Go to v1.16

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2021-03-21 13:37:26 +02:00
parent d36c523e67
commit 885a35eebf
9 changed files with 96 additions and 115 deletions
+6 -2
View File
@@ -132,7 +132,9 @@ var doc = `{
],
"summary": "Save payload in cache",
"responses": {
"202": {}
"202": {
"description": ""
}
}
},
"delete": {
@@ -148,7 +150,9 @@ var doc = `{
],
"summary": "Delete payload from cache",
"responses": {
"202": {}
"202": {
"description": ""
}
}
}
},