mirror of
https://github.com/cubixle/tuugen.git
synced 2026-04-30 08:38:40 +01:00
finished up generate data models & added some logging
This commit is contained in:
@@ -30,6 +30,9 @@ func GoImports() error {
|
||||
if err := runCommand("goimports", []string{"-w", "internal/service/service.go"}); err != nil {
|
||||
return err
|
||||
}
|
||||
if err := runCommand("goimports", []string{"-w", "internal/storage/"}); err != nil {
|
||||
return err
|
||||
}
|
||||
return runCommand("goimports", []string{"-w", "internal/interactors/interactors.go"})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user