mirror of
https://github.com/grdl/git-get.git
synced 2026-02-04 18:34:51 +00:00
Fix issues found by godot linter
This commit is contained in:
@@ -65,7 +65,7 @@ func Version() string {
|
||||
return fmt.Sprintf("git-get %s", version)
|
||||
}
|
||||
|
||||
// Gitconfig represents gitconfig file
|
||||
// Gitconfig represents gitconfig file.
|
||||
type Gitconfig interface {
|
||||
Get(key string) string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user