X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=README;h=ccf9da14e6a5b73ebde84941badfdc8a80d6a89e;hb=51d5f25b6bcc6186bbb77489aa683fde405cf9b2;hp=0dbe76d86a3aec5ac133104d53cbc1108a219295;hpb=d0b4eb4d690dff7768b5ae588450fc202d286a6a;p=sysdb%2Fgo.git diff --git a/README b/README index 0dbe76d..ccf9da1 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,16 @@ 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. + +Documentation +------------- + + The documentation for all Go packages is included with the source code in a + way compatible with the godoc tool. As such, it can be viewed and browsed + online at . + Getting Help ------------