mirror of
https://github.com/fumiama/go-nd-portal.git
synced 2026-06-29 23:51:06 +08:00
fin
This commit is contained in:
9
base64/base64.go
Normal file
9
base64/base64.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package base64
|
||||
|
||||
import b64 "encoding/base64"
|
||||
|
||||
const (
|
||||
PortalBase64Table = "LVoJPiCN2R8G90yg+hmFHuacZ1OWMnrsSTXkYpUq/3dlbfKwv6xztjI7DeBE45QA"
|
||||
)
|
||||
|
||||
var Base64Encoding = b64.NewEncoding(PortalBase64Table)
|
||||
Reference in New Issue
Block a user