use 'godoc cmd/jake\tmp' for documentation on the jake\tmp command
import "jake\tmp"
Overview
Index

Overview ▾

This package does stuff.

Ok, not really, it is just an example.

Index ▾

Package files

mylib.go

Variables

Foo controls how high the app can fly.

var Foo = true

func Bar

func Bar(which FooType)

Bar would do something.

But of course, this is an example, so it does not.

Here is some preformatted text:

* One
* Two
* Three

type FooType

FooType is the type of Foo being created.

Watch out for collisions.

type FooType int
const (
    // A very hard Foo.
    Hard FooType = iota
    // Not a hard Foo.
    Soft
    // This is useless.
    Runny
)