forked from fl00r/go-tarantool-1.6
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Broken GoDoc in comment for Decimal.UnmarshalMsgpack #201
Labels
documentation
Improvements or additions to documentation
Comments
oleg-jukovec
added a commit
that referenced
this issue
Aug 4, 2022
The patch fixes markdown of Decimal.UnmarshalMsgpack method in godoc. It also makes the package description less confusing, removes duplication. Closes #201
oleg-jukovec
added a commit
that referenced
this issue
Aug 4, 2022
The patch fixes markdown of Decimal.UnmarshalMsgpack method in godoc. It also makes the package description less confusing, removes duplication. Closes #201
oleg-jukovec
added a commit
that referenced
this issue
Aug 4, 2022
The patch fixes markdown of Decimal.UnmarshalMsgpack method in godoc. It also makes the package description less confusing, removes duplication. Closes #201
1 task
oleg-jukovec
added a commit
that referenced
this issue
Aug 8, 2022
The patch hides the implementation details of the Decimal type from GoDoc. It provides comments for Decimal.MarshalMsgpack and Decimal.UnmarshalMsgpack. Closes #201
oleg-jukovec
added a commit
that referenced
this issue
Aug 11, 2022
The patch hides the implementation details of the Decimal type from GoDoc. It provides comments for Decimal.MarshalMsgpack and Decimal.UnmarshalMsgpack. Closes #201
oleg-jukovec
added a commit
that referenced
this issue
Aug 11, 2022
The patch hides the implementation details of the Decimal type from GoDoc. It provides comments for Decimal.MarshalMsgpack and Decimal.UnmarshalMsgpack. Closes #201
oleg-jukovec
added a commit
that referenced
this issue
Aug 17, 2022
The patch hides the implementation details of the Decimal type from GoDoc. It provides comments for Decimal.MarshalMsgpack and Decimal.UnmarshalMsgpack. Closes #201
oleg-jukovec
added a commit
that referenced
this issue
Aug 17, 2022
The patch hides the implementation details of the Decimal type from documentation. It provides comments for Decimal.MarshalMsgpack and Decimal.UnmarshalMsgpack. Closes #201
oleg-jukovec
added a commit
that referenced
this issue
Aug 17, 2022
The patch hides the implementation details of the Decimal type from documentation. It provides comments for Decimal.MarshalMsgpack and Decimal.UnmarshalMsgpack. Closes #201
oleg-jukovec
added a commit
that referenced
this issue
Aug 17, 2022
Overview The minor release with time zones and interval support for datetime. Also now you can use go-tarantool with `msgpack.v5`. To do this, add `go_tarantool_msgpack_v5` to your build tags: $ go build -tags=go_tarantool_msgpack_v5 . Breaking changes There are no breaking changes in the release. New features Optional msgpack.v5 usage (#124). TZ support for datetime (#163). Interval support for datetime (#165). Bugfixes Markdown of documentation for the decimal subpackage (#201).
Merged
oleg-jukovec
added a commit
that referenced
this issue
Aug 17, 2022
The patch hides the implementation details of the Decimal type from documentation. It provides comments for Decimal.MarshalMsgpack and Decimal.UnmarshalMsgpack. Closes #201
oleg-jukovec
added a commit
that referenced
this issue
Aug 17, 2022
The patch hides the implementation details of the Decimal type from documentation. It provides comments for Decimal.MarshalMsgpack and Decimal.UnmarshalMsgpack. Closes #201
oleg-jukovec
added a commit
that referenced
this issue
Aug 17, 2022
The patch hides the implementation details of the Decimal type from documentation. It provides comments for Decimal.MarshalMsgpack and Decimal.UnmarshalMsgpack. Closes #201
oleg-jukovec
added a commit
that referenced
this issue
Aug 17, 2022
Overview The minor release with time zones and interval support for datetime. Also now you can use go-tarantool with `msgpack.v5`. To do this, add `go_tarantool_msgpack_v5` to your build tags: $ go build -tags=go_tarantool_msgpack_v5 . Breaking changes There are no breaking changes in the release. New features Optional msgpack.v5 usage (#124). TZ support for datetime (#163). Interval support for datetime (#165). Bugfixes Markdown of documentation for the decimal subpackage (#201).
oleg-jukovec
added a commit
that referenced
this issue
Aug 17, 2022
Overview The minor release with time zones and interval support for datetime. Also now you can use go-tarantool with `msgpack.v5`. To do this, add `go_tarantool_msgpack_v5` to your build tags: $ go build -tags=go_tarantool_msgpack_v5 . Breaking changes There are no breaking changes in the release. New features Optional msgpack.v5 usage (#124). TZ support for datetime (#163). Interval support for datetime (#165). Bugfixes Markdown of documentation for the decimal subpackage (#201).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://pkg.go.dev/github.com/tarantool/[email protected]/decimal#Decimal.UnmarshalMsgpack
The text was updated successfully, but these errors were encountered: