go-encoding

module
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2022 License: Apache-2.0

README

编码算法

项目介绍

  • 常用的编码算法合集

使用方法

package main

import (
    "fmt"
    "github.com/deatil/go-encoding/encoding"
)

func main() {
    // Base64 编码后结果
    base64Data := encoding.Base64Encode("useData").

    fmt.Println("Base64 编码后结果:", base64Data)
}

开源协议

  • 本软件包遵循 Apache2 开源协议发布,在保留本软件包版权的情况下提供个人及商业免费使用。

版权

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL