authorgravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-14 02:06:26 -08:00
committergravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-14 02:06:26 -08:00
log4011a90cca8691b26f924901817b6efc2f6c3846
treec8296d9cf61fc45d58c8f3b9906a14871f7a716f
parent19c488460f351128ed47b3d207612f2be24a727d

run go fmt on modfile


1 files changed, 2 insertions(+), 2 deletions(-)

modfile.go+2-2
...@@ -18,8 +18,8 @@ type ModFile struct {...@@ -18,8 +18,8 @@ type ModFile struct {
1818
19// this is the string enum because Go doesnt have those19// this is the string enum because Go doesnt have those
20var (20var (
21 DepTypeGit = "git"21 DepTypeGit = "git" // https://git-scm.com/
22 AllDepTypes = []string{22 AllDepTypes = []string{
23 DepTypeGit,23 DepTypeGit,
24 }24 }
25)25)