Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.08 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.08 KB

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