...

Source file src/github.com/aws/aws-sdk-go-v2/config/generate.go

Documentation: github.com/aws/aws-sdk-go-v2/config

     1  package config
     2  
     3  //go:generate go run -tags codegen ./codegen -output=provider_assert_test.go
     4  //go:generate gofmt -s -w ./
     5  

View as plain text