config_test.go 74 B

1234567
  1. package config
  2. import "testing"
  3. func Testinit(t *testing.T) {
  4. Init()
  5. }