gundb-port-go icon indicating copy to clipboard operation
gundb-port-go copied to clipboard

GunDB port examples in Go (golang)

GunDB Go port

GunDB port examples in Go (golang)

NOTE: These initial implementations have not yet been fully tested for accuracy and are not optimized at all.

Getting started

  • Run individual example:

    # go run com/main.go
    # go run ad-hoc/main.go
    # go run graph/main.go
    # go run resolution/main.go
    go run key/main.go
    
  • Start static server:

    go run html/main.go
    
  • Navigate to http://localhost:3000 and click on demo html page

Resources

License

MIT