Versions in this module Expand all Collapse all v1 v1.2.0 Aug 21, 2012 Changes in this version + func Dial2() (*Connection, *Struct2) + type Connection struct + func Dial() (*Connection, error) + func Dial3() (a, b *Connection) v1.1.0 Apr 11, 2012 Changes in this version + type Struct2 struct + func NewStruct2() (*Struct2, error) v1.0.0 Mar 30, 2012 Changes in this version + const B + const C + const Constant + const D + const OtherConst + var A = true + func Function1() string + type Interface interface + InterfaceMethod func(int) string + OtherMethod func() + type Struct struct + Field1 int + Field2 int + func NewStruct() *Struct + func (Struct) F2() (result bool) + func (s Struct) F1() ([]bool, [2]*string) + type TestEmbed struct + func NewTestEmbed() TestEmbed