mirror of
https://github.com/mattn/go-sqlite3.git
synced 2025-05-24 14:54:48 +00:00
(For #965.) This retraction will take effect when this commit is included in the latest v1 release (presumably v1.14.11).
8 lines
146 B
Modula-2
8 lines
146 B
Modula-2
module github.com/mattn/go-sqlite3
|
|
|
|
go 1.16
|
|
|
|
retract (
|
|
[v2.0.0+incompatible, v2.0.6+incompatible] // Accidental; no major changes or features.
|
|
)
|