phuslu / log

Fastest structured logging
MIT License
672 stars 44 forks source link

w.vwriter undefined (type *AsyncWriter has no field or method vwriter #75

Closed pankajsoni19 closed 4 months ago

pankajsoni19 commented 4 months ago

/../../../../go/pkg/mod/github.com/phuslu/log@v1.0.103/async.go:52:9: w.vwriter undefined (type *AsyncWriter has no field or method vwriter) (exit status 1)

Getting this go version 1.22

phuslu commented 4 months ago

Oh no, I konw the problem now. sorry, let me fix it

phuslu commented 4 months ago

fixed in v1.0.104 please check, sorry again.

v1.0.103 brings the automatic writev support to AsyncWriter with a obviously improvement, but it lacks a placeholder for other platform, now it fixed, thanks for this.

pankajsoni19 commented 4 months ago

Cool