add darwin/amd64 support

This commit is contained in:
Jan Mercl
2021-01-08 14:09:57 +01:00
parent 48fa7fd005
commit e600c313a5

7
doc.go
View File

@@ -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