Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
the729 committed Sep 25, 2019
1 parent 7c98b09 commit 299ec0b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

Go library for Libra canonical serialization (and deserialization). See [LCS Spec](https://github.com/libra/libra/tree/master/common/canonical_serialization).

For types defined and used in actual Libra blockchain, please visit [go-libra](https://github.com/the729/go-libra): Libra client library with crypto verifications.

## Installation

```bash
Expand Down Expand Up @@ -89,8 +91,8 @@ type isOption interface {
isOption()
}

// *Option0, *Option1 and Option2 are variants of isOption
// Use pointers for struct types.
// *Option0, Option1 and Option2 are variants of isOption
// Use pointer for (non-empty) struct.
type Option0 struct {
Data uint32
}
Expand Down

0 comments on commit 299ec0b

Please sign in to comment.