vyzo c487c2077b refactor database interface and implementation into db subpackage
We now have:
- db/dbi.go -- interface, no dependency on any particular database
- db/sqlite/... -- sqlite implementation, depends on dbi
- the rendezvous.NewRendezvousService API has been redefined to NewRendezvouServiceWithDB
  service importer constructs the database of choice
- the rendezvous package has no dependences on db implementation, so clients can import
  without linking SQLite in the binary
2018-04-26 14:06:58 +03:00
2018-04-21 12:05:36 +03:00
2018-04-18 18:18:04 +03:00
2018-04-18 18:18:04 +03:00
2018-04-24 17:11:03 +03:00
Description
Go implementation of rendezvous protocol
MIT
Languages
Go 100%