Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrCannotExpandUser 表示无法展开用户特定的主目录 ErrCannotExpandUser = errors.New("cannot expand user-specific home dir") // ErrBlankOutput 表示读取主目录时得到空白输出 ErrBlankOutput = errors.New("blank output when reading home directory") // ErrMissingWindowsEnv 表示 Windows 环境变量缺失 ErrMissingWindowsEnv = errors.New("HOMEDRIVE, HOMEPATH, or USERPROFILE are blank") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.