...

Source file src/github.com/aws/smithy-go/ptr/doc.go

Documentation: github.com/aws/smithy-go/ptr

     1  // Package ptr provides utilities for converting scalar literal type values to and from pointers inline.
     2  package ptr
     3  
     4  //go:generate go run -tags codegen generate.go
     5  //go:generate gofmt -w -s .
     6  

View as plain text