diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 23:09:18 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 23:09:18 -0600 |
| commit | 8ef3fc7a73a004385d36561c6c8acc4be7e3e24b (patch) | |
| tree | c7450fceae987bcecd050e638176d95a4676b928 /plugin.go | |
| parent | aa491036c319beb8326fc422a0efdadf7337cda5 (diff) | |
named in honor of the mac/os and Bruce Hornv0.12.10
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'plugin.go')
| -rw-r--r-- | plugin.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ func searchPaths(name string) *aplug { var err error // first try to load the embedded plugin file - filename = "plugins/" + name + ".so" + filename = "resources/" + name + ".so" pfile, err = me.resFS.ReadFile(filename) if (err == nil) { filename = "/tmp/" + name + ".so" |
