Documentation
¶
Index ¶
- func PrintBool(v bool)
- func PrintComplex(c complex128)
- func PrintEface(e stdtype.Eface)
- func PrintFloat(v float64)
- func PrintHex(v uint64)
- func PrintIface(i stdtype.Iface)
- func PrintInt(v int64)
- func PrintLock()
- func PrintNewline()
- func PrintPointer(p unsafe.Pointer)
- func PrintSlice(s []byte)
- func PrintSpace()
- func PrintString(s string)
- func PrintUint(v uint64)
- func PrintUintptr(p uintptr)
- func PrintUnlock()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintComplex ¶
func PrintComplex(c complex128)
func PrintEface ¶
func PrintFloat ¶
func PrintFloat(v float64)
func PrintIface ¶
func PrintNewline ¶
func PrintNewline()
func PrintPointer ¶
func PrintSlice ¶
func PrintSlice(s []byte)
func PrintSpace ¶
func PrintSpace()
func PrintString ¶
func PrintString(s string)
func PrintUintptr ¶
func PrintUintptr(p uintptr)
func PrintUnlock ¶
func PrintUnlock()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.