Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-03-16 17:19:02 +01:00
parent 842bbfbe97
commit 364c193d33
10 changed files with 35 additions and 35 deletions

View File

@@ -21,6 +21,6 @@ import (
type Factory struct {
IOStreams *iostreams.IOStreams
Version string
Config func() (*config.Config, error)
Version string
Config func() (*config.Config, error)
}