package main import ( "testing" "github.com/stretchr/testify/assert" ) func TestZeroConfig(t *testing.T) { assert := assert.New(t) cfg := Config{} }