diff options
| author | Jeff Carr <[email protected]> | 2025-09-04 00:13:31 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-04 00:13:31 -0500 |
| commit | 33f801ed717dc3edb73c8619d6ea7b4694342437 (patch) | |
| tree | 37e19ef041e2e85ecce8fde230faab681d5e3808 /plugin.go | |
| parent | 7c2c36f892e6c858954ce205e3136036962dfb33 (diff) | |
finally crapping panic() (maybe. notsure.)
Diffstat (limited to 'plugin.go')
| -rw-r--r-- | plugin.go | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -160,11 +160,8 @@ func searchPaths(name string) *aplug { } // check for custom toolkit builds. This looks: - // with 'go build': ~/go/src/go.wit.com/toolkits/gocui/gocui.go - // with 'make install': ~/go/lib/go-gui/gocui.go - // // TODO: use forge to find the "go.work" dir - // TODO: fix 'go install' to support building plugins + // TODO: fix GO as language to support building plugins homeDir, err := os.UserHomeDir() if err != nil { log.Error(err, "os.UserHomeDir() error", err) |
