1 //go:build codegen 2 // +build codegen 3 4 package awsrulesfn 5 6 //go:generate go run -tags codegen ./internal/partition/codegen.go -model partitions.json -output partitions.go 7 //go:generate gofmt -w -s . 8
View as plain text