mirror of
https://github.com/rancher/os.git
synced 2025-09-16 06:59:12 +00:00
Run gofmt and fix vet errors
This commit is contained in:
@@ -202,12 +202,12 @@ func TestSet(t *testing.T) {
|
||||
}
|
||||
|
||||
type OuterData struct {
|
||||
One Data `"yaml:one"`
|
||||
One Data `yaml:"one"`
|
||||
}
|
||||
|
||||
type Data struct {
|
||||
Two bool `"yaml:two"`
|
||||
Three bool `"yaml:three"`
|
||||
Two bool `yaml:"two"`
|
||||
Three bool `yaml:"three"`
|
||||
}
|
||||
|
||||
func TestMapMerge(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user