mirror of https://github.com/swig/swig
For Go: Recognize the SWIG varargs type.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12499 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7ac265ff3d
commit
a1c931f0a3
|
@ -4420,6 +4420,8 @@ private:
|
|||
SwigType_del_qualifier(r);
|
||||
ret = goTypeWithInfo(n, r, p_is_interface);
|
||||
Delete(r);
|
||||
} else if (SwigType_isvarargs(t)) {
|
||||
ret = NewString("[]interface{}");
|
||||
}
|
||||
|
||||
Delete(t);
|
||||
|
|
Loading…
Reference in New Issue