Fix typo in base64 example
This commit is contained in:
parent
469774273c
commit
616ca3fc99
@ -1,7 +1,7 @@
|
||||
# The string encodes to slightly different values with the
|
||||
# standard and URL base64 encoders (trailing `+` vs `-`)
|
||||
# but they both decode to the original string as desired.
|
||||
$ go run base64-encoding.sh
|
||||
$ go run base64-encoding.go
|
||||
YWJjMTIzIT8kKiYoKSctPUB+
|
||||
abc123!?$*&()'-=@~
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user