mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2026-05-05 22:58:33 +08:00
阶段性提交
This commit is contained in:
11
internal/configs/api_config_test.go
Normal file
11
internal/configs/api_config_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package configs
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestLoadAPIConfig(t *testing.T) {
|
||||
config, err := LoadAPIConfig()
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
t.Log(config)
|
||||
}
|
||||
Reference in New Issue
Block a user