mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-09 07:28:05 -05:00
gosimple had been deprecated in favor of staticcheck: https://github.com/golangci/golangci-lint/issues/357 Other requirements are all migrated. `std-error-handling` exclusions is included because without that, it will ask to check all error returns from (`Close()`, or `os.Setenv`s, or `fmt.Fprint`s...