Documentation ¶ Index ¶ func Ptr[T any](v T) *T Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Ptr ¶ func Ptr[T any](v T) *T Ptr is a helper function that returns a pointer to the value passed in. This is necessary to e.g. get a pointer to a const value without assigning to an intermediate variable. Types ¶ This section is empty. Source Files ¶ View all Source files doltgres_server_tests.go Click to show internal directories. Click to hide internal directories.