Skip to content

go版的工具集,java的hutool,适合java体质的go开发者、go开发新手。

License

Notifications You must be signed in to change notification settings

xcocean/go-hutool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-hutool

go版的工具集,java的hutool,适合java体质的go开发者、go开发新手。

网站

官网:https://github.com/xcocean/go-hutool

安装

要求go版本>=1.18

go get -u github.com/xcocean/go-hutool

使用

package main

// 导入依赖
import (
	"github.com/xcocean/go-hutool/gg"
)

// 使用
func main() {
	println(gg.IsWindows())          // true
	println(gg.File_exist("d://gg")) // true
	gg.Assert_isTure2(gg.IsWindows(), "当前系统不是Windows")

	// 字符串去空格
	println(gg.Str_Trim("  github.com/xcocean/go-hutool/gg "))
}

About

go版的工具集,java的hutool,适合java体质的go开发者、go开发新手。

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages