hotfix: add import statement to hex package landing page

pull/3166/head
Scott Anderson 2021-09-22 14:26:48 -06:00
parent 737c9197ac
commit 81bbaf3578
1 changed files with 4 additions and 0 deletions

View File

@ -23,5 +23,9 @@ cascade:
The Flux `hex` package provides functions that convert hexadecimal strings into Flux data types. The Flux `hex` package provides functions that convert hexadecimal strings into Flux data types.
Import the `contrib/bonitoo-io/hex` package. Import the `contrib/bonitoo-io/hex` package.
```js
import "contrib/bonitoo-io/hex"
```
## Functions ## Functions
{{< children type="functions" show="pages" >}} {{< children type="functions" show="pages" >}}