howeyc / ledger

Command line double-entry accounting program
https://howeyc.github.io/ledger/
ISC License
455 stars 43 forks source link

Compilation error #21

Closed pedroalbanese closed 3 years ago

pedroalbanese commented 3 years ago

$ go build -ldflags=-s . parse.go:12:2: use of internal package github.com/howeyc/ledger/internal/github.com/joyt/godate not allowed

How do proceed?

pedroalbanese commented 3 years ago

Now I managed to compile. Tell me, is it not possible to read standard input (-f -)? My journal is encrypted, it's in a cloud, I always decrypt and pass it to the program via pipes. I really need this function. Can you help me?

howeyc commented 3 years ago

Give the latest commit a try.

pedroalbanese commented 3 years ago

Sorry, I did not understand. Is it possible to do?

howeyc commented 3 years ago

Yes, I just made a change, pull down the latest and recompile.

git pull origin master

On Sat., Dec. 5, 2020, 12:46 pedroalbanese, notifications@github.com wrote:

Sorry, I did not understand. Is it possible to do?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/howeyc/ledger/issues/21#issuecomment-739333459, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIQBWNOGUDOLKSZHIBRLETSTJ5XRANCNFSM4UORA2BQ .

pedroalbanese commented 3 years ago

Nice, thank you very much!!!