Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

引用了七牛的 sdk 就无法使用 goland debug #149

Closed
mortence opened this issue Oct 10, 2024 · 1 comment
Closed

引用了七牛的 sdk 就无法使用 goland debug #149

mortence opened this issue Oct 10, 2024 · 1 comment

Comments

@mortence
Copy link

mortence commented Oct 10, 2024

创建一个main.go文件,只引用了飞牛的 sdk,然后就没办法使用 goland 的 debug 功能了

package main

import (
	"fmt"

	_ "github.com/qiniu/go-sdk/v7/storage"
)

func main() {
	fmt.Println("Are you OK?")
}
@mortence
Copy link
Author

mortence commented Oct 15, 2024

和七牛无关,找到了类似的问题,已解决

mattn/go-sqlite3#1269

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant