Skip to content

Commit

Permalink
Diversifying the reflection API, for environment.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Titarenko authored Mar 23, 2021
1 parent 03df112 commit 11c4cfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wskenv/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ package wskenv

import (
"os"
"reflect"
"strings"
/** Fixes #797
"github.com/apache/openwhisk-wskdeploy/wski18n"
"github.com/apache/openwhisk-wskdeploy/wskprint"
**/)

reflect "github.com/goccy/go-reflect"

// Test if a string
func isValidEnvironmentVar(value string) bool {

Expand Down

0 comments on commit 11c4cfe

Please sign in to comment.