大佬 这
Opened this issue · 3 comments
Deleted user commented
/root/go/pkg/mod/github.com/qichengzx/bitcask@v0.0.0-20230307075929-4216104db9e3/db_file.go:178:34: undefined: os.DirEntry
/root/go/pkg/mod/github.com/qichengzx/bitcask@v0.0.0-20230307075929-4216104db9e3/db_file.go:179:16: undefined: os.ReadDir
/root/go/pkg/mod/github.com/qichengzx/bitcask@v0.0.0-20230307075929-4216104db9e3/db_file.go:183:14: undefined: os.DirEntry
qichengzx commented
本地go是什么版本呢
Deleted user commented
go 1.13
1836447715
***@***.***
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年6月5日(星期一) 下午3:40
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [qichengzx/bitcask] 大佬 这 (Issue #8)
本地go是什么版本呢
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
qichengzx commented
报错是因为Go版本过低,没有这几个新增的type,需要升级到1.16以上