Skip to content

odtimetracker/odtimetracker-go-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic library for odTimeTracker projects written in Go language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages