File tree Expand file tree Collapse file tree 5 files changed +10
-2
lines changed
example/service/s3/loggingUploadObjectReadBehavior
internal/awstesting/cmd/op_crawler Expand file tree Collapse file tree 5 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ LINTIGNOREDEPS='vendor/.+\.go'
88LINTIGNOREPKGCOMMENT ='service/[^/]+/doc_custom.go:.+package comment should be of the form'
99LINTIGNOREENDPOINTS ='aws/endpoints/defaults.go:.+(method|const) .+ should be '
1010UNIT_TEST_TAGS ="example codegen awsinclude"
11- ALL_TAGS ="example codegen awsinclude integration perftest"
11+ ALL_TAGS ="example codegen awsinclude integration perftest sdktool "
1212
1313# SDK's Core and client packages that are compatable with Go 1.9+.
1414SDK_CORE_PKGS =./aws/... ./private/... ./internal/...
@@ -48,7 +48,7 @@ gen-endpoints:
4848 go generate ./models/endpoints
4949
5050gen-tools :
51- go generate ./internal/awstesting/cmd/op_crawler/
51+ go generate -tags sdktool ./internal/awstesting/cmd/op_crawler/
5252
5353cleanup-models :
5454 @echo " Cleaning up stale model versions"
Original file line number Diff line number Diff line change 1+ // +build example
2+
13package main
24
35import (
Original file line number Diff line number Diff line change 1+ // +build sdktool
2+
13package main
24
35import (
Original file line number Diff line number Diff line change 1+ // +build sdktool
2+
13package main
24
35//go:generate go run -tags codegen ./codegen/codegen.go ../../../../service
Original file line number Diff line number Diff line change 1+ // +build sdktool
2+
13package main
24
35import (
You can’t perform that action at this time.
0 commit comments