From 6c2e101a764e57ea98bf0941d43aa341120d1631 Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Sat, 24 Jun 2023 16:15:19 -0400 Subject: [PATCH] Remove NativeClient and alphabetize ports. --- Home.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/Home.md b/Home.md index c1f09028..7d0605d1 100644 --- a/Home.md +++ b/Home.md @@ -224,25 +224,24 @@ If you're looking for services that support Go, here's a list to get you started ## Platform Specific Information -- See [MinimumRequirements](MinimumRequirements) for minimum platform requirements of current Go ports. -- Considering porting Go to a new platform? [Read our porting policy first](PortingPolicy) -- [Mobile](Mobile) -- [Ubuntu](Ubuntu) -- [Windows](Windows) - - [WindowsBuild](WindowsBuild) - - [WindowsCrossCompiling](WindowsCrossCompiling) - - [WindowsDLLs](WindowsDLLs) -- [GoArm](GoArm) +See [MinimumRequirements](MinimumRequirements) for minimum platform requirements of current Go ports. Considering porting Go to a new platform? [Read our porting policy first](PortingPolicy). + - [ChromeOS](ChromeOS) - [Darwin](Darwin) - [DragonFly BSD](DragonFly-BSD) - [FreeBSD](FreeBSD) +- [Go on ARM](GoArm) - [Linux](Linux) -- [NativeClient](NativeClient) + - [Ubuntu](Ubuntu) +- [Mobile](Mobile) - [NetBSD](NetBSD) - [OpenBSD](OpenBSD) - [Plan 9](Plan9) - [Solaris](Solaris) +- [Windows](Windows) + - [WindowsBuild](WindowsBuild) + - [WindowsCrossCompiling](WindowsCrossCompiling) + - [WindowsDLLs](WindowsDLLs) Notes: