我正在尝试使用“appengine/memcache”将数据存储在缓存中,memcache.Item 的值字段是 []byte
如何将结构转换为 []byte 以存储它?
例如:
type Link struct {
Files []string
}
Smart猫小萌
相关分类