Versions in this module Expand all Collapse all v0 v0.1.1 Mar 17, 2023 v0.1.0 Oct 4, 2021 Changes in this version + func Debug(format string, args ...interface{}) + func HandleHttpRequest(w http.ResponseWriter, r *http.Request, request, response interface{}, ...) + func MurmurHash(args ...string) string + func PerformHttpPost(client *http.Client, url string, request, response interface{}) error + func Sha256Hash(args ...string) string + func Sha3_224Hash(args ...string) string + type SerializableError struct + Error error + func (obj *SerializableError) UnmarshalJSON(data []byte) error + func (obj SerializableError) MarshalJSON() ([]byte, error) + func (obj SerializableError) String() string