alexanderkiel / async-error

A Clojure(Script) library which provides core.async error handling utilities.
Eclipse Public License 1.0
25 stars 5 forks source link

Update go namespace in cljs #1

Closed dehli closed 6 years ago

dehli commented 6 years ago

Hey, thanks for putting together this package! I think you need to refer to go as cljs.core.async/go instead of cljs.core.async.macros/go. I was getting that the cljs.core.async.macros namespace didn't exist, but this seems to get the job done.

Cheers!

alexanderkiel commented 6 years ago

Thanks for finding this bug. The macros went into cljs.core.async in core.async v0.3.465 with ASYNC-119. I'll fix this including tests in a separate commit.