Commit Graph

2 Commits

Author SHA1 Message Date
Sebastien Binet fbb477f2ae tests: fix exit code 2019-01-16 16:18:59 +01:00
Ondřej Herman 5f71fa457c gopy/bind: support some instances of pointer-to-slice parameters
Adds support for pointers to slices as output parameters:

    type StrVector []string
    func Fill (out *StrVector) {
        *out = []string{A, B}
    }


Co-authored-by: Ondřej Herman <xherman1@fi.muni.cz>
Co-authored-by: Pavel Rychlý <pary@fi.muni.cz>
2018-06-14 09:12:34 +02:00