mirror of
https://github.com/ChronosX88/go-gun.git
synced 2024-11-08 20:21:01 +00:00
13 lines
515 B
Go
13 lines
515 B
Go
/*
|
|
Package gun is an implementation of the Gun distributed graph database in Go.
|
|
See https://gun.eco for more information on the Gun distributed graph database.
|
|
|
|
For common use, create a Gun instance via New, use Scoped to arrive at the
|
|
desired field, then use Fetch to get/listen to values and/or Put to write
|
|
values. A simple example is in the README at https://github.com/ChronosX88/go-gun.
|
|
|
|
WARNING: This is an early proof-of-concept alpha version. Many pieces are not
|
|
implemented or don't work.
|
|
*/
|
|
package gun
|