mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Add comments
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user