Code

Initial commit for the github.com/sysdb/go Go packages.
authorSebastian Harl <sh@tokkee.org>
Thu, 18 Sep 2014 19:56:39 +0000 (21:56 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 18 Sep 2014 19:56:39 +0000 (21:56 +0200)
commitd0b4eb4d690dff7768b5ae588450fc202d286a6a
treefaa1607f28c8b3ead61829d9c7c285568df425dd
Initial commit for the github.com/sysdb/go Go packages.

This is the initial version of core Go bindings for SysDB (https://sysdb.io/).
For now, two packages are provided:

 - github.com/sysdb/go/client: A SysDB client implementation.

 - github.com/sysdb/go/proto: Helper functions for using the SysDB front-end
   protocol. That's the protocol used for communication between a client and a
   SysDB server instance.
COPYING [new file with mode: 0644]
README [new file with mode: 0644]
client/client.go [new file with mode: 0644]
proto/proto.go [new file with mode: 0644]