howeyc / ledger

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

fix: update golang.org/x/sys for OpenBSD syscall(2) removal #52

Closed jrick closed 10 months ago

jrick commented 11 months ago

Fixes #51

jrick commented 11 months ago

Also confirmed that the updated executable will not fail to lazily link to syscall(2) at runtime:

$ nm -s ./ledger | grep 'U syscall'  
$ 
howeyc commented 10 months ago

LGTM

Thanks.