Skip to content

Commit

Permalink
bump version (v0.4.0)
Browse files Browse the repository at this point in the history
- fix workflow file name
- update readme file with new example links and updated workflow badge
  • Loading branch information
sarvalabs-manish committed Dec 12, 2023
1 parent e53ea07 commit 22a975e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
File renamed without changes.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

[![issue count](https://img.shields.io/github/issues/sarvalabs/go-polo?style=for-the-badge&color=yellow)][issueslink]
[![pulls count](https://img.shields.io/github/issues-pr/sarvalabs/go-polo?style=for-the-badge&color=brightgreen)][pullslink]
![test status](https://img.shields.io/github/actions/workflow/status/sarvalabs/go-polo/testing.yml?label=tests&style=for-the-badge)
![test status](https://img.shields.io/github/actions/workflow/status/sarvalabs/go-polo/ci.yaml?label=tests&style=for-the-badge)


# go-polo
Expand Down Expand Up @@ -54,25 +54,25 @@ POLO's partially encoding and field order based indexing (and string based index

## Examples
### Simple Polorization & Depolorization (Encoding/Decoding)
https://github.com/sarvalabs/go-polo/blob/cc0fdf369f903655817e8d548074f21db442c039/polo_test.go#L16-L62
https://github.com/sarvalabs/go-polo/blob/e53ea07f975be8598d8e279dc006cd3f4b7e33ac/polo_test.go#L16-L64

### Custom Polorization & Depolorization (Encoding/Decoding)
https://github.com/sarvalabs/go-polo/blob/cc0fdf369f903655817e8d548074f21db442c039/polo_test.go#L64-L170
https://github.com/sarvalabs/go-polo/blob/e53ea07f975be8598d8e279dc006cd3f4b7e33ac/polo_test.go#L66-L175

### Wire Decoding with `Any`
https://github.com/sarvalabs/go-polo/blob/95c01c91e9e3ceabc99d530e78a4f8bedadc13a1/polo_test.go#L172-L207
https://github.com/sarvalabs/go-polo/blob/e53ea07f975be8598d8e279dc006cd3f4b7e33ac/polo_test.go#L177-L214

### `Polorizer` (Encoding Buffer)
https://github.com/sarvalabs/go-polo/blob/cc0fdf369f903655817e8d548074f21db442c039/polorizer_test.go#L12-L40
https://github.com/sarvalabs/go-polo/blob/e53ea07f975be8598d8e279dc006cd3f4b7e33ac/polorizer_test.go#L12-L42

### `Depolorizer` (Decoding Buffer)
https://github.com/sarvalabs/go-polo/blob/cc0fdf369f903655817e8d548074f21db442c039/depolorizer_test.go#L13-L64
https://github.com/sarvalabs/go-polo/blob/e53ea07f975be8598d8e279dc006cd3f4b7e33ac/depolorizer_test.go#L13-L70

### Document Encoding
https://github.com/sarvalabs/go-polo/blob/cc0fdf369f903655817e8d548074f21db442c039/document_test.go#L12-L70
https://github.com/sarvalabs/go-polo/blob/e53ea07f975be8598d8e279dc006cd3f4b7e33ac/document_test.go#L12-L74

### Document Decoding
https://github.com/sarvalabs/go-polo/blob/cc0fdf369f903655817e8d548074f21db442c039/document_test.go#L72-L116
https://github.com/sarvalabs/go-polo/blob/e53ea07f975be8598d8e279dc006cd3f4b7e33ac/document_test.go#L76-L124

## Contributing
Unless you explicitly state otherwise, any contribution intentionally submitted
Expand Down

0 comments on commit 22a975e

Please sign in to comment.