mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2675] 无法用GoLand编译frps #2135
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2135
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tiger822 on GitHub (Nov 24, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2675
Bug Description
command-line-arguments
.\main.go:31:2: undefined: Execute
Compilation finished with exit code 2
frpc Version
0.38
frps Version
0.38
System Architecture
windows/amd64
Configurations
windows10 64位。
goland 64位。
Logs
编译&debug frpc没问题
但最想debug frps,就出现上述问题,这个Excute明明就在同级目录的root.go里面而且是相同的package main,小菜鸡请求帮助。。。
Steps to reproduce
...
Affected area
@tiger822 commented on GitHub (Nov 24, 2021):
搞定了,是GoLand的问题。