Documentation
¶
Overview ¶
Package pointer provides a mechanism for creating a pointer from expressions whose address cannot be directly taken. For example, literal strings. &"literal" is not valid but pointer.Ptr("literal") will return the address of a string variable that contains "literal".
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.