Skip to content

readme: add external types import to example #352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
oleg-jukovec opened this issue Nov 14, 2023 · 0 comments
Closed

readme: add external types import to example #352

oleg-jukovec opened this issue Nov 14, 2023 · 0 comments
Labels
1sp doc Related to documentation documentation Improvements or additions to documentation good first issue Good for newcomers teamE

Comments

@oleg-jukovec
Copy link
Collaborator

A user must import packages of external msgpack types: datetime, decimal, uuid to be able to parse them from a response:

import (
     _ "github.com/tarantool/go-tarantool/v2/datetime"
     _ "github.com/tarantool/go-tarantool/v2/decimal"
     _ "github.com/tarantool/go-tarantool/v2/uuid"
)

We need to include this lines to the root example in README.md and comment it to make it clear.

@oleg-jukovec oleg-jukovec added doc Related to documentation documentation Improvements or additions to documentation 1sp teamE good first issue Good for newcomers labels Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1sp doc Related to documentation documentation Improvements or additions to documentation good first issue Good for newcomers teamE
Projects
None yet
Development

No branches or pull requests

1 participant