os.Stat() returns FileInfo interface, which contains method signature for Sys() which have return type of interface{}. What is it and,
os.Stat()
Sys()
interface{}