secondpkg

package
v0.0.0-...-8b1022e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2016 License: Apache-2.0, BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package secondpkg is imported by bind tests that verify that a bound package can reference another bound package.

Index

Constants

View Source
const HelloString = "secondpkg string"

Variables

This section is empty.

Functions

func Hello

func Hello() string

Types

type I

type I interface {
	F(i int) int
}

type IF

type IF interface {
	F()
}

type S

type S struct{}

func (*S) F

func (_ *S) F(i int) int

type Ser

type Ser interface {
	S(_ *S)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL