Versions in this module Expand all Collapse all v0 v0.0.6 Oct 3, 2023 v0.0.5 Sep 26, 2023 Changes in this version + func Base64Encode(data []byte) (string, error) + func Base64EncodeCertificate(certPath string) (string, error) + func DumpRequestToFile(req *http.Request, filename string) error + func GetImageContentType(filePath string) string + func PrettyPrintStruct(v interface{}) string + func UnmarshalJSONData(data []byte, out interface{}) error