mirror of
https://github.com/grdl/git-get.git
synced 2026-03-23 05:30:10 +00:00
Fix issues found by godot linter
This commit is contained in:
@@ -48,7 +48,7 @@ func parseDumpFile(path string) ([]parsedLine, error) {
|
||||
}
|
||||
|
||||
// parseLine splits a dump file line into space-separated segments.
|
||||
// First part is the URL to clone. Second, optional, is the branch (or tag) to checkout after cloning
|
||||
// First part is the URL to clone. Second, optional, is the branch (or tag) to checkout after cloning.
|
||||
func parseLine(line string) (parsedLine, error) {
|
||||
var parsed parsedLine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user