forked from fl00r/go-tarantool-1.6
-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Labels
1spdocRelated to documentationRelated to documentationdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomersteamE
Description
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.
Metadata
Metadata
Assignees
Labels
1spdocRelated to documentationRelated to documentationdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomersteamE