Documentation ¶
Index ¶
Constants ¶
View Source
const ( A = true B, C = "c", "d" _, D = 0, 0 )
View Source
const Constant string = "const"
View Source
const OtherConst = "const"
Variables ¶
View Source
var ( A = true B, C = "c", "d" _, D = 0, 0 )
Functions ¶
func Dial2 ¶ added in v1.2.0
func Dial2() (*Connection, *Struct2)
Types ¶
type Connection ¶ added in v1.2.0
type Connection struct { }
func Dial ¶ added in v1.2.0
func Dial() (*Connection, error)
func Dial3 ¶ added in v1.2.0
func Dial3() (a, b *Connection)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.