📌  相关文章
📜  ljljkl - Go 编程语言代码示例

📅  最后修改于: 2022-03-11 14:45:01.762000             🧑  作者: Mango

代码示例10
bool:                    %t
int, int8 etc.:          %d
uint, uint8 etc.:        %d, %#x if printed with %#v
float32, complex64, etc: %g
string:                  %s
chan:                    %p
pointer:                 %p