mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Conver to regular Go vendor + dep tool
This commit is contained in:
+1937
File diff suppressed because it is too large
Load Diff
+6
@@ -0,0 +1,6 @@
|
||||
// Package endpoints contains the models for endpoints that should be used
|
||||
// to generate endpoint definition files for the SDK.
|
||||
package endpoints
|
||||
|
||||
//go:generate go run -tags codegen ../../private/model/cli/gen-endpoints/main.go -model ./endpoints.json -out ../../aws/endpoints/defaults.go
|
||||
//go:generate gofmt -s -w ../../aws/endpoints
|
||||
Reference in New Issue
Block a user