Back to Weaviate

README

tools/dev/README.md

1.37.2372 B
Original Source

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