Quick toolbox for common data processing developed by Go language。Go语言开发的常用数据处理的快捷工具箱。
Go to file
2023-03-09 08:39:08 +08:00
intUtil init 2023-03-09 08:39:08 +08:00
jsonUtil init 2023-03-08 00:40:47 +08:00
mapUtil init 2023-03-08 00:40:47 +08:00
sliceUtil init 2023-03-09 08:39:08 +08:00
strUtil init 2023-03-09 08:39:08 +08:00
.gitignore init 2023-03-08 00:40:47 +08:00
go.mod init 2023-03-08 00:40:47 +08:00
LICENSE Initial commit 2023-03-06 17:17:07 +08:00
README.cn.md readme 2023-03-08 00:51:59 +08:00
README.md readme 2023-03-08 00:56:13 +08:00

go-easy-utils

GoEasyUtils Release Go Report Card Go Coverage GoEasyUtils Doc License

English | 简体中文

Introduction

Quick toolbox for common data processing developed by Go language

Installation

Go version >= 1.16 (recommend)

go get -u github.com/jefferyjob/go-easy-utils

import (
	"github.com/jefferyjob/go-easy-utils"
)

Thanks

GoEasyUtils had been being developed with GoLand under the free JetBrains Open Source license, I would like to express my thanks here.

JetBrains