为了账号安全,请及时绑定邮箱和手机立即绑定

os.Stat在windows下报错?

os.Stat在windows下报错?

LEATH 2019-01-02 15:18:19
1.windows下 同一级目录下有a.go, b.go ,a.go代码如下:package mainimport (    "fmt"     "os")func main() {     fi, err := os.Stat("b.go")    if err != nil {         fmt.Println("err:",err)        return     }     fmt.Println(fi.IsDir()) }运行,报错:err: FindFirstFile b.go: The system cannot find the file specified.linux下同样执行,正常。): 这是bug嘛?
查看完整描述

1 回答

?
噜噜哒

TA贡献1784条经验 获得超7个赞

可能是你的执行目录不对,b.go你用的相对路径

查看完整回答
反对 回复 2019-01-02
  • 1 回答
  • 0 关注
  • 707 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信