X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=README;h=2cb8334fef415b5537effdc23e1ad9ddba9d886d;hb=7323a9e21572ac808614512b5e3730aab758d131;hp=0dbe76d86a3aec5ac133104d53cbc1108a219295;hpb=d0b4eb4d690dff7768b5ae588450fc202d286a6a;p=sysdb%2Fgo.git diff --git a/README b/README index 0dbe76d..2cb8334 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ - Core Go bindings for SysDB - ============================ + Core Go language bindings for SysDB + ===================================== - The core Go bindings for SysDB are a set of packages for the Go programming - language providing core functionality to interact with SysDB. + The core Go language bindings for SysDB are a set of packages for the Go + programming language providing core functionality to interact with SysDB. What is SysDB? -------------- @@ -54,6 +54,9 @@ Packages protocol. That's the protocol used for communication between a client and a SysDB server instance. + * github.com/sysdb/go/sysdb: Core constants and types used by SysDB + packages. + Getting Help ------------