Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ func GetLines(filepath string) int func GetSize(filepath string) int64 func GetStatTime(filepath string) (atime, ctime, mtime time.Time, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetLines ¶ func GetLines(filepath string) int func GetSize ¶ func GetSize(filepath string) int64 func GetStatTime ¶ func GetStatTime(filepath string) (atime, ctime, mtime time.Time, err error) GetStatTime returns the times properties corresponding to the given filepath NOTE: the atime under windows system may not correct, it maybe the same with ctime. (2016-02-26 golang version 1.5.3) Types ¶ This section is empty. Source Files ¶ View all Source files support.go support_linux.go Click to show internal directories. Click to hide internal directories.