chore: update typo
parent
1821c04126
commit
91f15cddca
|
@ -18,8 +18,9 @@ import (
|
||||||
const (
|
const (
|
||||||
gitDirectory = ".git"
|
gitDirectory = ".git"
|
||||||
vendorDirectory = "vendor"
|
vendorDirectory = "vendor"
|
||||||
goModFile = "go.mod"
|
|
||||||
goSumFile = "go.sum"
|
goModFile = "go.mod"
|
||||||
|
goSumFile = "go.sum"
|
||||||
|
|
||||||
defaultCountModule = 100
|
defaultCountModule = 100
|
||||||
depsFileComment = "#"
|
depsFileComment = "#"
|
||||||
|
|
Loading…
Reference in New Issue