如何在Go中的堆上直接构造原始整数类型?
对于复合文字,支持以下语法:
return &File{fd, name, nil, 0}
但是似乎没有这样的对等物int和朋友:
int
Size: &uint64(entry.FileInfo.Size()),
d:\ gopath \ src \ bitbucket.org \ anacrolix \ dms \ dlna \ dms \ dms.go:271:无法使用uint64的地址(entry.FileInfo.Size())
相关分类