mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-09 19:58:13 +08:00
Initial commit
This commit is contained in:
14
config/config_test.go
Normal file
14
config/config_test.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package config
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestCreate(t *testing.T) {
|
||||
fmt.Println(SaveToConfigFile(CONFIG_PATH))
|
||||
}
|
||||
|
||||
func TestLoad(t *testing.T) {
|
||||
fmt.Println(Log.Path)
|
||||
}
|
||||
Reference in New Issue
Block a user