diff options
Diffstat (limited to 'golang/regen.sh')
-rwxr-xr-x | golang/regen.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/golang/regen.sh b/golang/regen.sh deleted file mode 100755 index 366314a0..00000000 --- a/golang/regen.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -set -xeo pipefail - -cat fatcat-openapi2.yml | python3 -c 'import sys, yaml, json; json.dump(yaml.load(sys.stdin), sys.stdout, indent=4)' > fatcat-openapi2.json -swagger generate server -A fatcat -f ./fatcat-openapi2.json --exclude-main -t gen -rm fatcat-openapi2.json |