github.com/opentelekomcloud/gophertelekomcloud@v0.9.3/openstack/common/pointerto/doc.go (about)

     1  /*
     2  Package pointerto provides functions for simple pointer wrapping: type -> *type.
     3  
     4  After moving to Go 1.18+ this should be replaced (with deprecation) with a single generic function.
     5  */
     6  package pointerto