mholt / timeliner

All your digital life on a single timeline, stored locally -- DEPRECATED, SEE TIMELINIZE (link below)

Home Page:https://timelinize.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with go get github.com/mholt/timeliner/cmd/timeliner

aramarok opened this issue · comments

Wanted to try it out locally, but got below error

>go version
go version go1.15.6 windows/amd64
>go get github.com/mholt/timeliner/cmd/timeliner
cannot find package "github.com/mholt/timeliner/datasources/gmail" in any of:
        c:\go\src\github.com\mholt\timeliner\datasources\gmail (from $GOROOT)
        C:\Users\a\go\src\github.com\mholt\timeliner\datasources\gmail (from $GOPATH)
cannot find package "github.com/pierrec/lz4/v4" in any of:
        c:\go\src\github.com\pierrec\lz4\v4 (from $GOROOT)
        C:\Users\a\go\src\github.com\pierrec\lz4\v4 (from $GOPATH)

Thanks

Sorry I haven't had time to update those docs. This is a Go issue though, more than a timeliner one.

Just make sure module mode is enabled; or try Go 1.16 which does this: https://tip.golang.org/doc/go1.16#go-command