Go的标准库没有专门用于检查文件是否存在的函数(如Python os.path.exists).这样做的惯用方法是什么?
os.path.exists
file standard-library go
file ×1
go ×1
standard-library ×1