package
Version:
v0.5.7
Opens a new window with list of versions in this module.
Published: Apr 23, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Runtimes
暂无介绍...
目录导航
列出了该 package
下所有的函数及类型定义,可通过目录导航进行快捷跳转 ❤️
展开 / 折叠目录导航
包级函数定义
详情信息
func GetWorkingDir() string
获取工作目录绝对路径
func GetTempDir() string
获取系统临时目录
func GetExecutablePathByBuild() string
获取当前执行文件绝对路径(go build)
func GetExecutablePathByCaller() string
获取当前执行文件绝对路径(go run)
func CurrentRunningFuncName(skip ...int) string
获取正在运行的函数名
Documentation
¶
func CurrentRunningFuncName(skip ...int) string
CurrentRunningFuncName 获取正在运行的函数名
func GetExecutablePathByBuild() string
GetExecutablePathByBuild 获取当前执行文件绝对路径(go build)
func GetExecutablePathByCaller() string
GetExecutablePathByCaller 获取当前执行文件绝对路径(go run)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.