jwt/jwt_test.go

10 lines
68 B
Go
Raw Normal View History

2012-04-18 03:49:21 +04:00
package jwt
import (
"testing"
)
func TestJWT(t *testing.T) {
}