From bc460248aa4091f297f9d8dd22bbd0ca3c3c27ec Mon Sep 17 00:00:00 2001 From: Yan Titarenko Date: Tue, 23 Mar 2021 19:18:02 +0200 Subject: [PATCH] Diversifying the reflection API usage, for DeploymentReader test Consult the following discussions, for farther details: https://groups.google.com/g/golang-nuts/c/S2gBW3BV4QU/m/I4gWtrPxBwAJ https://github.com/apache/openwhisk-wskdeploy/issues/1130 --- deployers/deploymentreader_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployers/deploymentreader_test.go b/deployers/deploymentreader_test.go index b2c1f2af1..806a85f4a 100644 --- a/deployers/deploymentreader_test.go +++ b/deployers/deploymentreader_test.go @@ -21,12 +21,12 @@ package deployers import ( "fmt" + "testing" "github.com/apache/openwhisk-client-go/whisk" "github.com/apache/openwhisk-wskdeploy/utils" "github.com/apache/openwhisk-wskdeploy/wskprint" + reflect "github.com/goccy/go-reflect" "github.com/stretchr/testify/assert" - "reflect" - "testing" ) const (