re-format go files
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M main.go → main.go
@@ -8,12 +8,12 @@ "os" "os/signal" "time" - website "alin.ovh/homestead/domain/web" - "alin.ovh/homestead/domain/web/server" "alin.ovh/x/log" - "github.com/ardanlabs/conf/v3" "github.com/osdevisnot/sorvor/pkg/livereload" + + website "alin.ovh/homestead/domain/web" + "alin.ovh/homestead/domain/web/server" ) type Options struct {