8 lines
94 B
Go
8 lines
94 B
Go
package autoconfig
|
|
|
|
import "testing"
|
|
|
|
func TestAutoConfig(t *testing.T) {
|
|
AutoGetEtcYaml()
|
|
}
|