【优化】

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

1
.gitignore vendored

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

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

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

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

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

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

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

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

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