Skip to content

Commit

Permalink
feat(table): added CRUD operations to the table
Browse files Browse the repository at this point in the history
This also included support for reading from global indexes.
  • Loading branch information
wolfeidau committed Aug 8, 2021
1 parent 8ee3c12 commit d03856b
Show file tree
Hide file tree
Showing 9 changed files with 773 additions and 597 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ linters-settings:
- (github.com/golangci/golangci-lint/pkg/logutils.Log).Errorf
- (github.com/golangci/golangci-lint/pkg/logutils.Log).Fatalf
lll:
line-length: 140
line-length: 200
maligned:
suggest-new: true
misspell:
Expand Down
Loading

0 comments on commit d03856b

Please sign in to comment.