Skip to content

Commit b102f87

Browse files
author
Roberto Sora
committed
Lint on repertory module
1 parent 2cb2e91 commit b102f87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

repertory/repertory.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ import (
2828
var Store = viper.New()
2929

3030
var (
31+
// Type is the repertory file type
3132
Type = "yaml"
33+
// Name is the repertory file Name with Type as extension
3234
Name = "repertory" + "." + Type
3335
)
3436

35-
// Configure configures the Read Only config storage
37+
// Init configures the Read Only config storage
3638
func Init(configPath string) {
3739
configFilePath := filepath.Join(configPath, Name)
3840
Store.SetConfigName(Name)

0 commit comments

Comments
 (0)