Skip to content

Commit

Permalink
add vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
micpst committed Jun 8, 2024
1 parent 5f2d385 commit 8224dbc
Show file tree
Hide file tree
Showing 1,713 changed files with 877,232 additions and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
run:
timeout: 3m
allow-parallel-runners: true
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ repos:
rev: v4.5.0
hooks:
- id: check-merge-conflict
exclude: (vendor/.*)
- id: check-toml
exclude: (vendor/.*)
- id: check-yaml
exclude: (vendor/.*)
- id: end-of-file-fixer
exclude: (vendor/.*)
- id: mixed-line-ending
exclude: (vendor/.*)
- id: trailing-whitespace
exclude: (vendor/.*)

- repo: local
hooks:
Expand Down
52 changes: 52 additions & 0 deletions vendor/github.com/bytedance/sonic/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions vendor/github.com/bytedance/sonic/.gitmodules

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions vendor/github.com/bytedance/sonic/.licenserc.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

128 changes: 128 additions & 0 deletions vendor/github.com/bytedance/sonic/CODE_OF_CONDUCT.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 63 additions & 0 deletions vendor/github.com/bytedance/sonic/CONTRIBUTING.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
Loading

0 comments on commit 8224dbc

Please sign in to comment.