Use "conversion" instead of "cast", per spec

Closes #200
This commit is contained in:
Mark McGranaghan
2019-05-31 12:45:42 -07:00
parent d351883ab8
commit 2d9b204571
12 changed files with 26 additions and 26 deletions

View File

@@ -17,7 +17,7 @@ func main() {
// Go supports both standard and URL-compatible
// base64. Here's how to encode using the standard
// encoder. The encoder requires a `[]byte` so we
// cast our `string` to that type.
// convert our `string` to that type.
sEnc := b64.StdEncoding.EncodeToString([]byte(data))
fmt.Println(sEnc)

View File

@@ -1,2 +1,2 @@
e57f5be3a796261fb4a55cdb0580a254e14b4930
t6rFm2x4Yr
c20da14820b656c867790f2e99bc37140babca8c
y_QTcqdkvZh