Skip to content

Commit

Permalink
Check if flags.go would build with goccy's go-reflect package
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Titarenko authored Mar 23, 2021
1 parent 03df112 commit 8508f4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ package utils

import (
"fmt"
"reflect"

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

type WskDeployFlags struct {
Expand Down

0 comments on commit 8508f4e

Please sign in to comment.