mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-05 21:20:09 +00:00
support notes for config
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
func TestConf_LoadFromPath(t *testing.T) {
|
||||
c := New()
|
||||
t.Log(c.LoadFromPath("./config.json"), c.NodeConfig)
|
||||
t.Log(c.LoadFromPath("../example/config.json"), c.NodeConfig)
|
||||
}
|
||||
|
||||
func TestConf_Watch(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user