example

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2015 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Group added in v0.0.2

type Group struct {
	Name   string `toml:"name"`
	School string `toml:"school"`
}

type Normal

type Normal struct {
	Date    time.Time   `toml:"date"`
	Dates   []time.Time `toml:"dates"`
	Group   Group       `toml:"group"`
	Name    string      `toml:"name"`
	Num     int64       `toml:"num"`
	Numbers []int64     `toml:"numbers"`
	Site    Site        `toml:"site"`
}

type Site added in v0.0.2

type Site struct {
	Name string `toml:"name"`
	Num  int64  `toml:"num"`
}

Jump to

Keyboard shortcuts

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