# README
Pango
Pango is a GO development utility library.
Package | Description |
---|---|
cog | a Generic Collection/Container package |
cog/ccg | a Generic Concurrent Queue package |
ini | a INI file read/write package |
iox | a IO utility package |
log | a Log like Log4j |
net/email | a email sender package |
net/httpx | a package for http |
sdk/slack | a slack webhook sender package |
sdk/teams | a teams webhook sender package |
str | a strings package wrapper and provides some useful utility functions |
tpl | a text/template, html/template wrapper for recursively load template file |
How to install?
go get github.com/askasoft/pango
# 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
Package cdt ports character set detection from ICU.
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 gog contains general, generic extensions to the Go language, requiring generics (introduced in Go 1.18).
No description provided by the author
No description provided by the author
No description provided by the author
Package ldt detects natural languages and scripts ( writing systems ).
Package log provide a general log interface Usage:
import "github.com/askasoft/pango/log"
log := log.NewLog() log.SetWriter(log.NewAsyncWriter(log.NewConsoleWriter()))
Use it like this:
log.Fatal("fatal") log.Error("error") log.Warn("warning") log.Info("info") log.Debug("debug") log.Trace("trace")
A Logger with name:
log := log.GetLogger("foo") log.Debug("hello").
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
implements extensions to the standard reflect lib suitable for implementing marshalling and unmarshalling 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
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
No description provided by the author
No description provided by the author
# Constants
Version the current pango version.