map of types to values

后端 未结 0 1213
傲寒
傲寒 2020-12-08 20:06

Can I create a map of type to value, exg.:

package main
import (
  "fmt"
  "reflect"
)

type Something struct {
  nonsense bool
  length i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题