Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@
- =:imports= :: Shorthand for supplying imports to the app. This should be
used when you're letting the application handle the =main=
function. To supply more, use a list.
- =:package= :: Set the package of the file. *Requires :main no*. If
not set, and code doesn't have a explicit package, then =main=
package is declared.
- =:package= :: Set the package of the file or disable automatic insertion
of the package declaration. Setting custom package name
*requires :main no*. If not set, and code doesn't have an
explicit package, then =main= package is declared. To
prevent adding the package declaration line use '=discard=
value (useful when tangling multiple source blocks to
one file).
- =:var= :: `ob-go' also supports Babel variables with some limitations. See
`ob-go' for more information about some of the limitations using
=:var=.
Expand Down