Skip to content

Commit

Permalink
Update parameters.go, to target goccy's go-reflect
Browse files Browse the repository at this point in the history
Consult the following, in case if you have any questions:
https://groups.google.com/g/golang-nuts/c/S2gBW3BV4QU/m/I4gWtrPxBwAJ
apache#1130
  • Loading branch information
Yan Titarenko authored Mar 23, 2021
1 parent 03df112 commit 6feaa81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsers/parameters.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/apache/openwhisk-wskdeploy/utils"
"github.com/apache/openwhisk-wskdeploy/wskderrors"
"github.com/apache/openwhisk-wskdeploy/wskenv"
"reflect"
reflect "github.com/goccy/go-reflect"
)

// TODO(): Support other valid Package Manifest types
Expand Down

0 comments on commit 6feaa81

Please sign in to comment.