Skip to content

Commit

Permalink
style: fix minor things from go report card
Browse files Browse the repository at this point in the history
  • Loading branch information
Michad committed Jun 1, 2024
1 parent b223443 commit 062d661
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ Example:

if ext == ".json" {
forceJson = true
} else if ext == ".yml" || ext == ".yaml" {
forceYml = true
}
} //Check for extension being yaml isn't needed because we default to yaml
}

//TODO: populate example config here
Expand Down
4 changes: 0 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
Copyright © 2024 NAME HERE <EMAIL ADDRESS>
*/
package main

import "github.com/Michad/tilegroxy/cmd"
Expand Down

0 comments on commit 062d661

Please sign in to comment.