Skip to content

readme: add external types import to example #352

Closed
@oleg-jukovec

Description

@oleg-jukovec

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

No one assigned

    Labels

    1spdocRelated to documentationdocumentationImprovements or additions to documentationgood first issueGood for newcomersteamE

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions