Skip to content

Commit

Permalink
- revert imports formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Nabais committed Sep 12, 2023
1 parent 93d9fcd commit 2b4f560
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions comment_extractor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2b4f560

Please sign in to comment.