Skip to content

Commit

Permalink
Diversifying the reflection API, for api.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Titarenko authored Mar 23, 2021
1 parent 92c251f commit fdd5bfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commands/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit fdd5bfe

Please sign in to comment.