File size: 375 Bytes
fb5ff35
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13


## 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 :)