chore(convention): Respect Go convention, package name should be lowercase
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
// labelStructs is a package that contains the structs used to represent the labels in the yaml files.
|
||||
package labelStructs
|
@@ -1,4 +1,4 @@
|
||||
package labelStructs
|
||||
package labelstructs
|
||||
|
||||
import "gopkg.in/yaml.v3"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package labelStructs
|
||||
package labelstructs
|
||||
|
||||
import "gopkg.in/yaml.v3"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package labelStructs
|
||||
package labelstructs
|
||||
|
||||
import "gopkg.in/yaml.v3"
|
||||
|
2
generator/labels/labelstructs/doc.go
Normal file
2
generator/labels/labelstructs/doc.go
Normal file
@@ -0,0 +1,2 @@
|
||||
// labelstructs is a package that contains the structs used to represent the labels in the yaml files.
|
||||
package labelstructs
|
@@ -1,4 +1,4 @@
|
||||
package labelStructs
|
||||
package labelstructs
|
||||
|
||||
import "gopkg.in/yaml.v3"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package labelStructs
|
||||
package labelstructs
|
||||
|
||||
import "gopkg.in/yaml.v3"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package labelStructs
|
||||
package labelstructs
|
||||
|
||||
import (
|
||||
"fmt"
|
@@ -1,4 +1,4 @@
|
||||
package labelStructs
|
||||
package labelstructs
|
||||
|
||||
import "gopkg.in/yaml.v3"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package labelStructs
|
||||
package labelstructs
|
||||
|
||||
import "gopkg.in/yaml.v3"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package labelStructs
|
||||
package labelstructs
|
||||
|
||||
import (
|
||||
"encoding/json"
|
@@ -1,4 +1,4 @@
|
||||
package labelStructs
|
||||
package labelstructs
|
||||
|
||||
import "gopkg.in/yaml.v3"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package labelStructs
|
||||
package labelstructs
|
||||
|
||||
import "gopkg.in/yaml.v3"
|
||||
|
Reference in New Issue
Block a user