mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-05 15:56:52 +08:00
support linux/arm{,64}
This commit is contained in:
8
doc.go
8
doc.go
@@ -7,6 +7,10 @@
|
||||
//
|
||||
// Changelog
|
||||
//
|
||||
// 2020-09-08 v1.7.0:
|
||||
//
|
||||
// Support linux/arm and linux/arm64.
|
||||
//
|
||||
// 2020-09-08 v1.6.0:
|
||||
//
|
||||
// Support linux/386.
|
||||
@@ -91,11 +95,11 @@
|
||||
//
|
||||
// linux 386
|
||||
// linux amd64
|
||||
// linux arm
|
||||
// linux arm64
|
||||
//
|
||||
// Planned platforms and architectures
|
||||
//
|
||||
// linux arm
|
||||
// linux arm64
|
||||
// windows 386
|
||||
// windows amd64
|
||||
//
|
||||
|
Reference in New Issue
Block a user