asticode / go-astiws

Wrapper on top of websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

broken against astilog

joeblew99 opened this issue · comments

go run example/client/main.go -v
# command-line-arguments
example/client/main.go:29:19: undefined: astilog.NewConfig
example/client/main.go:39:5: c.Logger undefined (type *astiws.Client has no field or method Logger)
example/client/main.go:97:3: c.Logger undefined (type *astiws.Client has no field or method Logger)
example/client/main.go:103:3: c.Logger undefined (type *astiws.Client has no field or method Logger)

Damn, nice find! I've pushed a fix.

Does this fix the issue?