Directories
¶
Path | Synopsis |
---|---|
Package argon2id provides a convience wrapper around Go's golang.org/x/crypto/argon2 implementation, making it simpler to securely hash and verify passwords using Argon2.
|
Package argon2id provides a convience wrapper around Go's golang.org/x/crypto/argon2 implementation, making it simpler to securely hash and verify passwords using Argon2. |
Package contextkeys stores the keys to the context accessor functions, letting generated code safely set values in contexts without exposing the setters to the outside world.
|
Package contextkeys stores the keys to the context accessor functions, letting generated code safely set values in contexts without exposing the setters to the outside world. |
Package httplib is used as http.Client Usage: import "github.com/gleez/pkg/httplib" r := httplib.Post("http://gleez.com/") r.Param("username","astaxie") r.Param("password","123456") r.PostFile("uploadfile1", "httplib.pdf") r.PostFile("uploadfile2", "httplib.txt") str, err := r.String() if err != nil { t.Fatal(err) } fmt.Println(str)
|
Package httplib is used as http.Client Usage: import "github.com/gleez/pkg/httplib" r := httplib.Post("http://gleez.com/") r.Param("username","astaxie") r.Param("password","123456") r.PostFile("uploadfile1", "httplib.pdf") r.PostFile("uploadfile2", "httplib.txt") str, err := r.String() if err != nil { t.Fatal(err) } fmt.Println(str) |
Package log provides a global logger for zerolog.
|
Package log provides a global logger for zerolog. |
Package markdown parses and HTML-renders Markdown documents.
|
Package markdown parses and HTML-renders Markdown documents. |
snowflake provides a very simple Twitter snowflake generator and parser.
|
snowflake provides a very simple Twitter snowflake generator and parser. |
Package worker provides a workerpool.
|
Package worker provides a workerpool. |