Apply .gitignore rules
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package yamlUtil
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"goutil/jsonUtil"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestLoadYaml(t *testing.T) {
|
||||
config, _ := LoadFromFile("config.yaml")
|
||||
configStr, _ := jsonUtil.DeepClone(config)
|
||||
|
||||
fmt.Print(configStr)
|
||||
}
|
||||
Reference in New Issue
Block a user