Go's standard library does not have a function solely intended to check if a file exists or not (like Python's os.path.exists). What is the idiomatic way to do it?
os.path.exists
1.4m articles
1.4m replys
5 comments
57.0k users