whatcanGOwrong
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package main
|
||||
|
||||
import "os"
|
||||
|
||||
func main() {
|
||||
fi, _ := os.Lstat("/this/path/does/not/exist")
|
||||
fi.Size()
|
||||
}
|
||||
Reference in New Issue
Block a user