refactor: fix many linter warnings
This commit is contained in:
parent
43e4f2a6f0
commit
68b88bc766
7 changed files with 191 additions and 163 deletions
pkg/program
|
@ -6,4 +6,4 @@ type Program interface {
|
|||
Done()
|
||||
}
|
||||
|
||||
type ProgramBuilder func() Program
|
||||
type Builder func() Program
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue