Documentation
¶
Index ¶
- func GolangDoesnotAllowPointerToBooleanLiteral(s bool) *bool
- func GolangDoesnotAllowPointerToFloat64Literal(s float64) *float64
- func GolangDoesnotAllowPointerToIntLiteral(s int64) *int64
- func GolangDoesnotAllowPointerToStringLiteral(s string) *string
- func GolangDoesnotAllowPointerToTimeLiteral(s time.Duration) *time.Duration
- func GolangDoesnotAllowPointerToUint16Literal(s uint16) *uint16
- func GolangDoesnotAllowPointerToUintLiteral(s uint32) *uint32
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GolangDoesnotAllowPointerToBooleanLiteral ¶
GolangDoesnotAllowPointerToBooleanLiteral allows one to take the address of a bool literal
func GolangDoesnotAllowPointerToFloat64Literal ¶
GolangDoesnotAllowPointerToFloat64Literal allows one to take the address of a float64 literal
func GolangDoesnotAllowPointerToIntLiteral ¶
GolangDoesnotAllowPointerToIntLiteral allows one to take the address of a int64 literal
func GolangDoesnotAllowPointerToStringLiteral ¶
GolangDoesnotAllowPointerToStringLiteral allows one to take the address of a string literal
func GolangDoesnotAllowPointerToTimeLiteral ¶
GolangDoesnotAllowPointerToTimeLiteral allows one to take the address of a time literal
func GolangDoesnotAllowPointerToUint16Literal ¶
GolangDoesnotAllowPointerToUint16Literal allows one to take the address of a uint16 literal
func GolangDoesnotAllowPointerToUintLiteral ¶
GolangDoesnotAllowPointerToUintLiteral allows one to take the address of a uint32 literal
Types ¶
This section is empty.