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