localconfig/creds_test.go
2023-01-28 13:40:19 +01:00

11 lines
135 B
Go

package localconfig
import (
"testing"
)
func TestInit(t *testing.T) {
var creds Creds
creds.Init("localconfig_test")
}