Skip to content

Commit 6540310

Browse files
authored
Add support for omitzero struct tag (#415)
1 parent 9620fb7 commit 6540310

File tree

5 files changed

+151
-120
lines changed

5 files changed

+151
-120
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
go: [ '1.10.x', '1.19', '1.20', '1.21', '1.22', '1.x' ]
13+
go: [ '1.10.x', '1.22', '1.23', '1.24', '1.25', '1.x' ]
1414
name: Go ${{ matrix.go }}
1515
steps:
1616
- uses: actions/checkout@v4

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77

88
# VS code
99
*.code-workspace
10+
.vscode/
11+
12+
mise.toml

0 commit comments

Comments
 (0)