go

How to generate a Youtube ID in Go?

英文: How to generate a Youtube ID in Go? 问题 我假设我只需要将2^64编码为base64,就可以得到一个11个字符的YouTube标识符。我创建了一个Go程序,...