github.com/aavshr/aws-sdk-go@v1.41.3/models/endpoints/generate.go (about) 1 // Package endpoints contains the models for endpoints that should be used 2 // to generate endpoint definition files for the SDK. 3 package endpoints 4 5 //go:generate go run -tags codegen ../../private/model/cli/gen-endpoints/main.go -model ./endpoints.json -out ../../aws/endpoints/defaults.go 6 //go:generate gofmt -s -w ../../aws/endpoints