Skip to content

Commit

Permalink
Removed unused func
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Mar 3, 2021
1 parent 47f3e3a commit 0f060f7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions internal/cli/quickstarts.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
"os"
"path"
"regexp"
"sort"

"github.com/auth0/auth0-cli/internal/ansi"
"github.com/auth0/auth0-cli/internal/prompt"
Expand All @@ -31,14 +30,6 @@ var (
}
return
}()
quickstartTypes = func() []string {
keys := make([]string, 0, len(quickstartsByType))
for k := range quickstartsByType {
keys = append(keys, k)
}
sort.Strings(keys)
return keys
}()
)

type quickstart struct {
Expand Down

0 comments on commit 0f060f7

Please sign in to comment.