Documentation ¶
Overview ¶
Copyright (c) 2024 Eli Janssen Use of this source code is governed by an MIT-style license that can be found in the LICENSE file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Alphabet = "0123456789abcdefghjkmnpqrstvwxyz" WordSafeEncoding = base32.NewEncoding(Alphabet).WithPadding(base32.NoPadding) )
Functions ¶
func Base32DecodeString ¶
func Base32EncodeToString ¶
func StructToMap ¶
func StructToMap(s interface{}) map[string]interface{}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.