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