pope/ob-go

Support importing external packages

eigengrau opened this issue · 1 comments

It would be convenient if it were possible to also import packages not part of the standard library, e.g., via…

#+begin_src go :imports "golang.org/x/exp/constraints@latest"
…
#+end_src