mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-12 01:12:27 +08:00
init
This commit is contained in:
12
setting/setting_test.go
Normal file
12
setting/setting_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
// Package setting provides ...
|
||||
package setting
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestInit(t *testing.T) {
|
||||
init()
|
||||
fmt.Printf("%v\n", *Conf)
|
||||
}
|
||||
Reference in New Issue
Block a user