【优化】

master
李光春 3 years ago
parent 740f7d060f
commit 130895c22d

1
.gitignore vendored

@ -5,3 +5,4 @@
.vscode .vscode
*.log *.log
git.sh git.sh
gitv.sh

@ -1,4 +1,4 @@
package helper_aes package aes
import ( import (
"bytes" "bytes"

@ -1,4 +1,4 @@
package helper_decimal package decimal
import ( import (
"fmt" "fmt"

@ -1,4 +1,4 @@
package helper_json package json
import "encoding/json" import "encoding/json"

@ -1,4 +1,4 @@
package helper_mail package mail
import ( import (
"fmt" "fmt"

@ -1,4 +1,4 @@
package helper_md5 package md5
import ( import (
"crypto/md5" "crypto/md5"

@ -1,4 +1,4 @@
package helper_rsa package rsa
import ( import (
"crypto/rand" "crypto/rand"

@ -1,4 +1,4 @@
package helper_time package time
import "time" import "time"

@ -1,4 +1,4 @@
package helper_uuid package uuid
import "github.com/google/uuid" import "github.com/google/uuid"
Loading…
Cancel
Save