From 7052c4ac66dc851604e54cb2ec626c7cd9ddeec6 Mon Sep 17 00:00:00 2001 From: agiledragon Date: Fri, 31 Dec 2021 20:51:35 +0800 Subject: [PATCH] support 386 --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ee888b4..b3321ba 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,15 @@ gomonkey is a library to make monkey patching in unit tests easy, and the core i ## Supported Platform: -- MAC OS X amd64 -- Linux amd64 -- Windows amd64 -- MAC OS X arm64 -- Linux arm64 -- Windows arm64 +- ARCH + - amd64 + - arm64 + - 386 + +- OS + - Linux + - MAC OS X + - Windows ## Installation - below v2.1.0, for example v2.0.2