Categorygithub.com/Zeb-D/go-util
module
1.0.6
Repository: https://github.com/zeb-d/go-util.git
Documentation: pkg.go.dev

# README

go-util

本工具不仅仅对转go开发开封使用,也有高阶或性能用法

对每一个技术点封装整理与特性支持,请看*_test.go演示;

功能特性

目前对应package说明如下:

欢迎大家使用,本人增加操作也会向前兼容,请放心使用

安装或引入

$ go get github.com/Zeb-D/go-util

go.mod

$ github.com/Zeb-D/go-util v1.0.5

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package jsonpath implements Stefan Goener's JSONPath http://goessner.net/articles/JsonPath/ A jsonpath applies to any JSON decoded data using interface{} when decoded with encoding/json (http://golang.org/pkg/encoding/json/) : var bookstore interface{} err := json.Unmarshal(data, &bookstore) authors, err := jsonpath.Read(bookstore, "$..authors") A jsonpath expression can be prepared to be reused multiple times : allAuthors, err := jsonpath.Prepare("$..authors") ..
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author