capnproto

FORK: Cap'n Proto serialization/RPC system - core tools and C++ library
git clone https://git.neptards.moe/neptards/capnproto.git
Log | Files | Refs | README | LICENSE

index.html (740B)


      1 ---
      2 layout: none
      3 ---
      4 <!doctype html>
      5 <html>
      6   <!--
      7     This page exists to set up an import path for the Go implementation; see:
      8 
      9     * https://golang.org/cmd/go/#hdr-Remote_import_paths
     10     * https://github.com/capnproto/go-capnproto2/issues/166
     11   -->
     12   <head>
     13     <meta name="go-import" content="capnproto.org/go/capnp git https://github.com/capnproto/go-capnproto2.git">
     14     <meta name="go-source" content="capnproto.org/go/capnp https://github.com/capnproto/go-capnproto2 https://github.com/capnproto/go-capnproto2/tree/v3{/dir} https://github.com/capnproto/go-capnproto2/blob/v3{/dir}/{file}#L{line}">
     15     <meta http-equiv="Refresh" content="0; url='https://github.com/capnproto/go-capnproto2'" />
     16   </head>
     17   <body>
     18   </body>
     19 </html>