From fdd5bfed908e873899d3e61714541a80e6be3b35 Mon Sep 17 00:00:00 2001 From: Yan Titarenko Date: Tue, 23 Mar 2021 21:19:55 +0200 Subject: [PATCH] Diversifying the reflection API, for api.go On behalf of https://groups.google.com/g/golang-nuts/c/S2gBW3BV4QU/m/I4gWtrPxBwAJ Related to https://github.com/apache/openwhisk-wskdeploy/issues/1130 --- commands/api.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/api.go b/commands/api.go index 1956dadb6..11df9d6f9 100644 --- a/commands/api.go +++ b/commands/api.go @@ -22,10 +22,11 @@ import ( "bytes" "errors" "fmt" - "reflect" "strconv" "strings" + reflect "github.com/goccy/go-reflect" + "github.com/apache/openwhisk-cli/wski18n" "github.com/apache/openwhisk-client-go/whisk"