為什麼用struct包一下指標不直接宣告呢

lik0914發表於2017-10-18
type File struct {
    *file
}

type file struct {
    fd int
    name string
}


為什麼用結構體在定義一個匿名指標, 不直接宣告呢

type File *file
更多原創文章乾貨分享,請關注公眾號
  • 為什麼用struct包一下指標不直接宣告呢
  • 加微信實戰群請加微信(註明:實戰群):gocnio

相關文章