1
0
mirror of https://github.com/fumiama/go-nd-portal.git synced 2026-06-27 14:40:27 +08:00
This commit is contained in:
源文雨
2022-11-26 00:39:38 +08:00
parent 2dd688a7d9
commit 8743bf9b5d
8 changed files with 361 additions and 0 deletions

9
base64.go Normal file
View File

@@ -0,0 +1,9 @@
package gondportal
import "encoding/base64"
const (
PortalBase64Table = "LVoJPiCN2R8G90yg+hmFHuacZ1OWMnrsSTXkYpUq/3dlbfKwv6xztjI7DeBE45QA"
)
var Base64Encoding = base64.NewEncoding(PortalBase64Table)