package
Version:
v0.0.0-...-8b1022e
Opens a new window with list of versions in this module.
Published: Jun 17, 2016
License: Apache-2.0, BSD-3-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package secondpkg is imported by bind tests that verify
that a bound package can reference another bound package.
type I interface {
F(i int) int
}
type IF interface {
F()
}
type Ser interface {
S(_ *S)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.