Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix errors reported by golangci-lint
main.go:291:17: S1007: should use raw string (`...`) with regexp.MustCompile to avoid having to escape twice (gosimple) main.go:22:2: SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
- Loading branch information