golang 程序编译时突然报这个错
../../..:46:18: undefined (type *"xx/xxx/xx".Ccc has no field or method Bbb)
找到 文件的第 46 行(18是列号), 当前应该是处于标红未定义的状态,排查为啥 Bbb 未定义即可。
golang 程序编译时突然报这个错
../../..:46:18: undefined (type *"xx/xxx/xx".Ccc has no field or method Bbb)
找到 文件的第 46 行(18是列号), 当前应该是处于标红未定义的状态,排查为啥 Bbb 未定义即可。