Categorygithub.com/odtimetracker/odtimetracker-go-lib
repositorypackage
0.0.0-20150622185249-988e5d429da0
Repository: https://github.com/odtimetracker/odtimetracker-go-lib.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# 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/.