mirror of https://github.com/hrfee/jfa-go
was just evaluating os.Args[0], which incorrectly points to your current directory if jfa-go was in your PATH (i.e. you ran `jfa-go` not `/usr/bin/jfa-go`). Uses Go's os.Executable() now. Fixes #352.pull/297/head
parent
3c28537498
commit
8f3c723b07
Loading…
Reference in new issue