ob-go icon indicating copy to clipboard operation
ob-go copied to clipboard

Org-Babel support for evaluating go code.

Results 10 ob-go issues
Sort by recently updated
recently updated
newest added

Updated documentation with better information regarding the 'discard value option for :package. I know I would have found this useful, prior to this you would need to search through the...

It would be convenient if it were possible to also import packages not part of the standard library, e.g., via… ```org #+begin_src go :imports "golang.org/x/exp/constraints@latest" … #+end_src ```

With go 1.17 loosing GOPATH support. It may be necessary to generate a temporary module rather than a simple go file when executing the code block.

It will be handy if `ob-go` detected `import` statements and put them at the beginning of the generated file, without needing to explicitly declare a `main()` function, so: ```go import...

althought I add ob-go from melpa, but it doesn't work well. could you tell me how to config it in emacs Thank you

- 'org' is not used in this package - 'ob-eval' and 'ob-ref' are already reqired in 'ob' package

Updated text in the `:package` section.

``` (if-let ((results (org-babel-eval (format "%s run %s \"%s\" %s" org-babel-go-command (mapconcat 'identity (org-babel-go-as-list flags) " ") (org-babel-process-file-name tmp-src-file) (mapconcat #'(lambda (a) ;; If there's a chance that the symbol...

Can I start working on it? Is there work in progress, or can I start with the latest in git? My thoughts are between simple (multi-string variable using ` and...

I came up with a solution to handle lists (not table yet) and I would like to contribute. Just checking if this repo is dead or not.