-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5bcc2e8
commit bcc46d7
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule publicsuffix
updated
12 files
+1 −1 | .github/pull_request_template.md | |
+28 −0 | .github/workflows/govalidate.yml | |
+5 −6 | public_suffix_list.dat | |
+2 −0 | tools/go.mod | |
+2 −0 | tools/go.sum | |
+48 −0 | tools/govalidate/govalidate.go | |
+89 −0 | tools/internal/parser/errors.go | |
+392 −0 | tools/internal/parser/exceptions.go | |
+204 −0 | tools/internal/parser/file.go | |
+562 −0 | tools/internal/parser/parser.go | |
+780 −0 | tools/internal/parser/parser_test.go | |
+39 −0 | tools/internal/parser/validate.go |