Skip to content

Commit

Permalink
Merge pull request #1 from soulgarden/dev
Browse files Browse the repository at this point in the history
Credits dictionary, null values support, new request parameters and n…
  • Loading branch information
soulgarden authored Dec 4, 2022
2 parents 3901be0 + 46d419a commit ae3e00e
Show file tree
Hide file tree
Showing 24 changed files with 931 additions and 685 deletions.
7 changes: 7 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/vendor
/.git*
/.idea

*_gen.go
*_gen_test.go
*_mock_test.go
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.50.0
version: v1.50.1

tests:
runs-on: ubuntu-latest
Expand Down
220 changes: 137 additions & 83 deletions cli.go

Large diffs are not rendered by default.

Loading

0 comments on commit ae3e00e

Please sign in to comment.