Add comments

This commit is contained in:
Donny Xia
2020-05-20 13:42:38 -07:00
parent 909bc25e12
commit 4d88032e11

View File

@@ -6,8 +6,11 @@ import (
)
type module struct {
name string
path string
// Module name
name string
// Module path. This path is only used for running test.
path string
// Module version
version moduleVersion
}