mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-06 00:06:56 +08:00
add darwin/amd64 support
This commit is contained in:
7
doc.go
7
doc.go
@@ -7,12 +7,16 @@
|
|||||||
//
|
//
|
||||||
// Builders
|
// Builders
|
||||||
//
|
//
|
||||||
// Test results available at
|
// Builder results available at
|
||||||
//
|
//
|
||||||
// https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite
|
// https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite
|
||||||
//
|
//
|
||||||
// Changelog
|
// Changelog
|
||||||
//
|
//
|
||||||
|
// 2021-01-08 v1.8.0:
|
||||||
|
//
|
||||||
|
// Support darwin/amd64.
|
||||||
|
//
|
||||||
// 2020-09-13 v1.7.0:
|
// 2020-09-13 v1.7.0:
|
||||||
//
|
//
|
||||||
// Support linux/arm and linux/arm64.
|
// Support linux/arm and linux/arm64.
|
||||||
@@ -99,6 +103,7 @@
|
|||||||
//
|
//
|
||||||
// These combinations of GOOS and GOARCH are currently supported
|
// These combinations of GOOS and GOARCH are currently supported
|
||||||
//
|
//
|
||||||
|
// darwin amd64
|
||||||
// linux 386
|
// linux 386
|
||||||
// linux amd64
|
// linux amd64
|
||||||
// linux arm
|
// linux arm
|
||||||
|
Reference in New Issue
Block a user