From 2b4f56029248963b4812a88e5604b6cb22926992 Mon Sep 17 00:00:00 2001 From: Davide Nabais Date: Tue, 12 Sep 2023 17:23:14 +0100 Subject: [PATCH] - revert imports formatting --- comment_extractor.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/comment_extractor.go b/comment_extractor.go index a4bf1ef..e157837 100644 --- a/comment_extractor.go +++ b/comment_extractor.go @@ -2,14 +2,15 @@ package jsonschema import ( "fmt" - "go/ast" - "go/doc" - "go/parser" - "go/token" "io/fs" gopath "path" "path/filepath" "strings" + + "go/ast" + "go/doc" + "go/parser" + "go/token" ) // ExtractGoComments will read all the go files contained in the provided path,