chore: update typo

main
sudo pacman -Syu 2022-08-24 22:06:05 +07:00
parent 1821c04126
commit 91f15cddca
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 3 additions and 2 deletions

View File

@ -18,8 +18,9 @@ import (
const (
gitDirectory = ".git"
vendorDirectory = "vendor"
goModFile = "go.mod"
goSumFile = "go.sum"
goModFile = "go.mod"
goSumFile = "go.sum"
defaultCountModule = 100
depsFileComment = "#"