Skip to content

Commit b9061c2

Browse files
committed
file renamed, reflect that in the code as well
1 parent 5138c97 commit b9061c2

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ func check_main_dir(root string, imports *[]string) int {
150150
os.Exit(1)
151151
}
152152
for _, file := range files {
153-
if file.Name() == ".vscode" || file.Name() == "examples" || file.Name() == "go.json" {
153+
if file.Name() == ".vscode" || file.Name() == "examples" || file.Name() == "golang.json" {
154154
continue
155155
}
156156
if ! strings.HasSuffix(file.Name(), ".md") {

0 commit comments

Comments
 (0)