package nstruct import ( "fmt" "testing" ) func TestParseTagValueDefault(t *testing.T) { fmt.Println(ParseTagValueDefault("haha", "-,")) }