Skip to content

Commit

Permalink
Corrected/changed variable names of the base64 and hex imports (inste…
Browse files Browse the repository at this point in the history
…ad of fmt) to correspond with the module name itself. (#375)
  • Loading branch information
NAICOLAS authored Apr 15, 2022
1 parent 0afdfde commit f90d433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/stdlib-base64.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Module - "base64"

```golang
fmt := import("base64")
base64 := import("base64")
```

## Functions
Expand Down
2 changes: 1 addition & 1 deletion docs/stdlib-hex.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Module - "hex"

```golang
fmt := import("hex")
hex := import("hex")
```

## Functions
Expand Down

0 comments on commit f90d433

Please sign in to comment.