service/import.go

10 lines
91 B
Go

package main
import (
"github.com/golang-jwt/jwt/v5"
)
func temp() {
_ = jwt.Token{}
}