]> git.sur5r.net Git - i3/i3/commitdiff
docs/ipc: include new Go package, reference example byteorder code (#3000)
authorMichael Stapelberg <stapelberg@users.noreply.github.com>
Fri, 29 Sep 2017 21:02:18 +0000 (14:02 -0700)
committerGitHub <noreply@github.com>
Fri, 29 Sep 2017 21:02:18 +0000 (14:02 -0700)
docs/ipc

index 997a3055fb1c22b5393e4409d8fc18e450f08372..526c8e696cdb6ff834232b7a99ee63c2b98049bc 100644 (file)
--- a/docs/ipc
+++ b/docs/ipc
@@ -881,6 +881,7 @@ C++::
        * https://github.com/drmgc/i3ipcpp
 Go::
        * https://github.com/mdirkse/i3ipc-go
+       * https://github.com/i3/go-i3
 JavaScript::
        * https://github.com/acrisci/i3ipc-gjs
 Lua::
@@ -958,3 +959,6 @@ detect the byte order i3 is using:
      payload. Then, receive the pending +COMMAND+ message reply in big endian.
 
 5. From here on out, send/receive all messages using the detected byte order.
+
+Find an example implementation of this technique in
+https://github.com/i3/go-i3/blob/master/byteorder.go