generate.go 336 B

123456
  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. //go:generate go run -tags codegen ../../private/model/cli/gen-endpoints/main.go -model ./endpoints.json -out ../../aws/endpoints/defaults.go
  5. //go:generate gofmt -s -w ../../aws/endpoints