mirror of
https://github.com/fumiama/go-nd-portal.git
synced 2026-06-10 03:28:08 +08:00
10 lines
201 B
Go
10 lines
201 B
Go
package base64
|
|
|
|
import b64 "encoding/base64"
|
|
|
|
const (
|
|
PortalBase64Table = "LVoJPiCN2R8G90yg+hmFHuacZ1OWMnrsSTXkYpUq/3dlbfKwv6xztjI7DeBE45QA"
|
|
)
|
|
|
|
var Base64Encoding = b64.NewEncoding(PortalBase64Table)
|