From e600c313a51dca2ab4b641dfb9ee96a6cee388da Mon Sep 17 00:00:00 2001 From: Jan Mercl <0xjnml@gmail.com> Date: Fri, 8 Jan 2021 14:09:57 +0100 Subject: [PATCH] add darwin/amd64 support --- doc.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 2f8c8c0..087774a 100644 --- a/doc.go +++ b/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