1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-04 12:52:28 +08:00

release v1.2.0

This commit is contained in:
dudaodong
2022-01-17 14:49:20 +08:00
parent f3749c52b9
commit 764a6fe107
3 changed files with 174 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ func IsWindows() bool {
return runtime.GOOS == "windows"
}
// IsLinux check if current os system is linux
// IsLinux check if current os is linux
func IsLinux() bool {
return runtime.GOOS == "linux"
}