Closed jeanparpaillon closed 5 years ago
What's the benefit of doing this?
First, sorry for the noise in the commit, my code formatter :/
Without use Plug.Builder
, it does not compile because of missing halt
function. I have not checked deeply but I suppose use Plug.Builder
imports some functions
ping
Ah, this is fixed by using the fully qualified names e.g. Plug.Conn.halt()
instead of just halt()
. Fixed in master, a release will follow soon.
Got it, thanks !
…sions of Plug)