github上有个jstream项目:https://github.com/bcicen/jstream
在decoder.go文件里定义了一个结构体,第一个成员是没有类型的,看不懂啊!望指点。
```
type Decoder struct {
*scanner
depth int
emitDepth int
scratch *scratch
metaCh chan *MetaValue
err error
// follow line position to add context to errors
lineNo int
lineStart int
}
```
有疑问加站长微信联系(非本文作者)