Corrected/changed variable names of the base64 and hex imports (instead of fmt) to correspond with the module name itself. (#375)

This commit is contained in:
Nicolas Stenberg-Daniil 2022-04-15 19:38:56 +02:00 committed by GitHub
parent 0afdfdeb2f
commit f90d433d21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# Module - "base64" # Module - "base64"
```golang ```golang
fmt := import("base64") base64 := import("base64")
``` ```
## Functions ## Functions

View file

@ -1,7 +1,7 @@
# Module - "hex" # Module - "hex"
```golang ```golang
fmt := import("hex") hex := import("hex")
``` ```
## Functions ## Functions