This website requires JavaScript.
Explore
Help
Sign In
drivelinked
/
DriveLinked
Watch
2
Star
0
Fork
You've already forked DriveLinked
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
c6787e1b9f
DriveLinked
/
config
/
config_test.go
8 lines
88 B
Go
Raw
Normal View
History
Unescape
Escape
框架基本搭建完成
2022-04-03 12:30:50 +08:00
package
config
import
"testing"
func
TestSetupConfig
(
t
*
testing
.
T
)
{
:sparkles:Feat: jwt token加密算法由ES256更换为HS256
2022-04-03 13:29:47 +08:00
SetupConfig
(
)
框架基本搭建完成
2022-04-03 12:30:50 +08:00
}