fix comment
This commit is contained in:
parent
990e87d80d
commit
fcdfbc090b
|
@ -887,7 +887,9 @@ func TestEmbeddedPtr(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestEmbeddedPtrIgnored(t *testing.T) {
|
func TestEmbeddedPtrIgnored(t *testing.T) {
|
||||||
// embedded pointer fields are not supported but here we
|
// embedded pointer fields are not normally supported but here
|
||||||
|
// we explicitly exclude it so the non-nil embedded structs
|
||||||
|
// should work as expected
|
||||||
var args struct {
|
var args struct {
|
||||||
*A `arg:"-"`
|
*A `arg:"-"`
|
||||||
B
|
B
|
||||||
|
|
Loading…
Reference in New Issue