Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzaakhena committed Dec 20, 2022
1 parent 92d3117 commit c3b4b19
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions command/gentest2/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,9 @@ func Run(inputs ...string) error {
}

for _, method := range interfaceType.Methods.List {
switch x := method.Type.(type) {
switch method.Type.(type) {
case *ast.SelectorExpr:
case :


}
}

Expand Down

0 comments on commit c3b4b19

Please sign in to comment.