bind: document Signature

This commit is contained in:
Sebastien Binet 2015-07-28 16:06:34 +02:00
parent 1ca803e2e5
commit 85a8808e45
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ func (s Struct) Struct() *types.Struct {
return s.obj.Type().Underlying().(*types.Struct)
}
// Signature
// A Signature represents a (non-builtin) function or method type.
type Signature struct {
ret []*Var
args []*Var