mobile: golang.org/x/mobile/bind/testpkg/secondpkg Index | Files

package secondpkg

import "golang.org/x/mobile/bind/testpkg/secondpkg"

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

Index

Package Files

secondpkg.go

Constants

const HelloString = "secondpkg string"

func Hello

func Hello() string

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)
}

Package secondpkg is imported by 1 packages. Updated 3 days ago. Refresh now. Tools for package owners.