odtimetracker

package module
v0.0.0-...-988e5d4 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2015 License: MPL-2.0 Imports: 1 Imported by: 0

README

odTimeTracker libraries written in Go

License Build Status

Library is used in other odTimeTracker projects written using Go language:

Downloading & Building

Just write this:

go get github.com/odTimeTracker/odtimetracker-go-lib
go build
go install

If you have correctly installed Go language this will download sources and build them immediatelly.

Documentation

After odtimetracker-go-lib is successfully built documentation is available using godoc. Just use this command:

godoc -http=localhost:4040

And then navigate your browser to http://localhost:4040/pkg/github.com/odTimeTracker/odtimetracker-go-lib/.

Documentation

Overview

Library for odTimeTracker.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Version

type Version struct {
	Major       int // Major version (the first part)
	Minor       int // Minor version (the second part)
	Maintenance int // Maintenance version (the third part)
}

Struct defining simple version.

func CurrentVersion

func CurrentVersion() *Version

Return current version of the library.

func (*Version) String

func (v *Version) String() string

Directories

Path Synopsis
Holds all what neccessary for odTimeTracker database - datatypes `Activity` and `Project` and functions for manipulating data.
Holds all what neccessary for odTimeTracker database - datatypes `Activity` and `Project` and functions for manipulating data.
Package for generating reports.
Package for generating reports.
Some strings related utilities for odTimeTracker
Some strings related utilities for odTimeTracker

Jump to

Keyboard shortcuts

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