summaryrefslogtreecommitdiff
path: root/plugin.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.go')
-rw-r--r--plugin.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugin.go b/plugin.go
index ed1b940..3a27b69 100644
--- a/plugin.go
+++ b/plugin.go
@@ -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)