branch: externals/beardbolt commit 8ad27e849079606d5a0a4b70f8bc8e5d5ddcff99 Author: Matt Curtis <matt.r.cur...@gmail.com> Commit: Matt Curtis <matt.r.cur...@gmail.com>
Added basic documentation for Go support --- doc/rmsbolt.org | 4 ++++ doc/rmsbolt.texi | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/rmsbolt.org b/doc/rmsbolt.org index 0dd8963fe4..197db8e28f 100644 --- a/doc/rmsbolt.org +++ b/doc/rmsbolt.org @@ -186,6 +186,10 @@ file: } #+END_SRC +** Go + +Uses Go's objdump tool to produce viewing-only bytecode. Go must be on the path. + * Integrations This section covers integrations that RMSbolt provides, which make it easier to use RMSbolt with complex projects with many dependencies. diff --git a/doc/rmsbolt.texi b/doc/rmsbolt.texi index 9727b03396..2767b2dd38 100644 --- a/doc/rmsbolt.texi +++ b/doc/rmsbolt.texi @@ -57,6 +57,7 @@ Languages * Emacs Lisp:: * Common Lisp:: * Zig:: +* Go:: Integrations @@ -206,6 +207,7 @@ This section covers languages-specific quirks and features. * Emacs Lisp:: * Common Lisp:: * Zig:: +* Go:: @end menu @node C/C++ @@ -301,6 +303,11 @@ pub fn panic(msg: []const u8, error_return_trace: ?*@@import("builtin").StackTra @} @end example +@node Go +@section Go + +Uses Go's objdump tool to produce viewing-only bytecode. Go must be on the path. + @node Integrations @chapter Integrations @@ -415,4 +422,4 @@ disassembly point of view. You're done! @c Emacs 25.2.2 (Org mode 8.2.10) -@bye \ No newline at end of file +@bye