mirror of
https://github.com/sst/opencode.git
synced 2025-08-04 05:28:16 +00:00
fix: init ordering
This commit is contained in:
parent
a65e593ab4
commit
aa8b3ce1ee
2 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,7 @@ var (
|
|||
fzfPath string
|
||||
)
|
||||
|
||||
func init() {
|
||||
func Init() {
|
||||
var err error
|
||||
rgPath, err = exec.LookPath("rg")
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue