Skip to content

marlondu/gtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gtool

many small tools in go

dson

a json tool, and is wrapped standard lib, is easy to use

Usage

// parse json string to JSONObject
jsonStr := "..."
jsonObj := dson.ParseObject(jsonStr)
// reference test code

gsoup

a simple and fast parser for html

Usage

// reference test code

ppretty

a pretty print tool for print in console

About

many small tools in go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages