240 发简信
IP属地:江苏
  • Golang struct嵌套中的指针类型

    初学Golang,在阅读github代码时,经常碰到struct的嵌套用法: type person struct{ name string ...