use golang

不同进制的数字

0b(binary), 0x (hex 16), 024(8)

gob

gob.Register, gob.NewEncoder, gob.Decode, gob.Encode

interface

type tI interface{}

sync

sync.WaitGroup, sync.Once, sync.Map

atomic

atomic.Load, atomic.AddInt

posted @ 2021-10-08 22:17  阿龙233  阅读(38)  评论(0编辑  收藏  举报