../../..xxx.go:46:18: aa.Bbb undefined (type *"xx/xxx/xx".Ccc has no field or method Bbb)

golang 程序编译时突然报这个错

../../..xxx.go:46:18: aa.Bbb undefined (type *"xx/xxx/xx".Ccc has no field or method Bbb)

找到 xxx.go 文件的第 46 行(18是列号),aa.Bbb 当前应该是处于标红未定义的状态,排查为啥 Bbb 未定义即可。

你可能感兴趣的:(../../..xxx.go:46:18: aa.Bbb undefined (type *"xx/xxx/xx".Ccc has no field or method Bbb))