gbase64

BASE64编码解析。

使用方式:

  1. import "gitee.com/johng/gf/g/encoding/gbase64"

方法列表:

  1. func Decode(str string) (string, error)
  2. func Encode(str string) string