我需要用 UUID1 生成一个唯一的文件名。
我当前的python代码是:
uuid.uuid1().hex[:16] // i need 16 chars file name
什么可能是 golang 等价物?
相关分类