File: README.md

package info (click to toggle)
golang-github-canonical-go-dqlite 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 712 kB
  • sloc: sh: 380; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 537 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# go-dqlite v2

This branch (`v2`) is used to develop major version 2 of go-dqlite, which is an
LTS release series. You can depend on it with

```
$ go get github.com/canonical/go-dqlite/v2
```

This release series will only include fixes for security issues and other major
bugs, not new features. Mainline development happens on [`v3`][v3]. For more
information about go-dqlite, see the [v3 README][v3-readme].

[v3]: https://github.com/canonical/go-dqlite/tree/v3
[v3-readme]: https://github.com/canonical/go-dqlite/blob/v3/README.md