invalid type assertion: item.(model.Profile) (non-interface type Item on left)

来源:17-7 添加URL与ID

Sky4480

2021-08-05

gotest/crawler3/engine

…\engine\concurrent.go:59:17: invalid type assertion: item.(model.Profile) (non-interface type Item on left)

写回答

1回答

ccmouse

2021-08-08

确认一下这是在视频什么地方的?

另外这个错误是说item不是一个interface类型。它确实不是。https://git.imooc.com/coding-180/coding-180/src/master/crawler/engine/types.go#L23

item.Payload才是一个interface

0
1
Sky4480
非常感谢!
2021-08-12
共1条回复

Google资深工程师深度讲解Go语言 由浅入深掌握Go语言

语法+分布式爬虫实战 为转型工程师量身打造

5995 学习 · 1909 问题

查看课程