document new platform support

This commit is contained in:
Jan Mercl
2020-09-08 13:31:08 +02:00
parent 0d7a764447
commit 8be1ac0cdb

6
doc.go
View File

@@ -7,6 +7,10 @@
// //
// Changelog // Changelog
// //
// 2020-09-03 v1.6.0:
//
// Support linux/386.
//
// 2020-09-03 v1.5.0: // 2020-09-03 v1.5.0:
// //
// This project is now completely CGo-free, including the Tcl tests. // This project is now completely CGo-free, including the Tcl tests.
@@ -85,11 +89,11 @@
// //
// These combinations of GOOS and GOARCH are currently supported // These combinations of GOOS and GOARCH are currently supported
// //
// linux 386
// linux amd64 // linux amd64
// //
// Planned platforms and architectures // Planned platforms and architectures
// //
// linux 386
// linux arm // linux arm
// linux arm64 // linux arm64
// windows 386 // windows 386