Typo in main.go
Closed this issue · 1 comments
luismu78 commented
https://github.com/shijuvar/go-web/blob/master/chapter-7/jwtauth/main.go
Line 45
reads
log.Fatal("Error reading private key")
but should read
log.Fatal("Error reading public key")
Good book