// Package setting provides ... package setting import ( "testing" "github.com/stretchr/testify/assert" ) func TestInit(t *testing.T) { assert.NotNil(t, Conf) }