lib

package
v0.0.0-...-18f24ca Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2014 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Adder

type Adder interface {
	Add(x, y int) int
}

type Bar

type Bar struct{}

func (*Bar) Split

func (b *Bar) Split(a int) (x, y int)

type Foo

type Foo struct{}

func (*Foo) Add

func (c *Foo) Add(x, y int) int

type Splitter

type Splitter interface {
	Split(a int) (x, y int)
}

Jump to

Keyboard shortcuts

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