Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: codingpot/paperswithcode-go

Tags

v2.3.0

Toggle v2.3.0's commit message
fix(CI): use go 1.18

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #15 from codingpot/fix-build-error

fix: build error

v2.2.0

Toggle v2.2.0's commit message
refactor: use a common function to send a GET request

v2.1.3

Toggle v2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #12 from codingpot/fix-paper-list-params

fix: update PaperListParams to match Python

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(README): CI badge should not change

v2.1.1

Toggle v2.1.1's commit message
fix: add v2 package path

v2.1.0

Toggle v2.1.0's commit message
fix: add v2 package path

v2.0.0

Toggle v2.0.0's commit message
fix!: rename files and types to match the original code in Python

BREAKING CHANGE:
- PaperListResult -> PaperList
- PaperListResultItem -> Paper

v1.1.0

Toggle v1.1.0's commit message
feat: update README with a link to the Python lib

v1.0.1

Toggle v1.0.1's commit message
fix: PaperListResultItem no longer implements Stringer