go18/devcloud/mcenter/apps/token/issuer_test.go

13 lines
200 B
Go
Raw Normal View History

2025-05-31 16:14:34 +08:00
package token_test
import (
"testing"
"122.51.31.227/go-course/go18/devcloud/mcenter/apps/token"
)
func TestMakeBearer(t *testing.T) {
t.Log(token.MakeBearer(24))
t.Log(token.MakeBearer(24))
}