Skip to content

Commit

Permalink
[Ninan] Add go:generate comment to generate mock of prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
leoOrion authored and svishwanath-tw committed Nov 8, 2019
1 parent 35e8f68 commit 8423dce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prompt/survey.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package prompt

//go:generate mockgen -destination ../internal/mock/prompt/survey.go -package mock -source survey.go

import (
"github.com/AlecAivazis/survey/v2"
"log"
Expand Down

0 comments on commit 8423dce

Please sign in to comment.