What's the equivalent of this code (https://github.com/auth0/java-jwt) in golang --- jwt-go library
DecodedJWT jwt = JWT.decode(token);
in golang's jwt-go library, when I have to parse the token I need to have the verification key which is not required in the java library.