directory
0.0.0-20180601060148-d032931de3c3
Repository: https://github.com/cloudwise-opensource/gocrab.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package goavro is a library that encodes and decodes of Avro data.
Usage: import "github.com/CloudWise-OpenSource/GoCrab/Libs/httplib" b := httplib.Post("http://GoCrab.me/") b.Param("username","Neeke") b.Param("password","123456") b.PostFile("uploadfile1", "httplib.pdf") b.PostFile("uploadfile2", "httplib.txt") str, err := b.String() if err != nil { t.Fatal(err) } fmt.Println(str) .
Package pgzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
No description provided by the author