## Usage ### gen-code-from-swagger.sh #### Steps 1. Download the specified version of go-swagger if it is not already present. 2. Install `goimports` to ensure consistent formatting https://pkg.go.dev/golang.org/x/tools/cmd/goimports 3. Make sure go path is exported `export PATH=$GOPATH/bin:$PATH` 4. you should find `Success` message which means the script ran :)