Loading
chore(meepctl): fix golangci-lint v2 compatibility and code quality issues
- Update `.golangci.yml` to v2 format (add version, move goimports to formatters, remove deprecated linters) - Replace deprecated `ioutil` calls with `os`/`io` equivalents - Remove ineffectual `err = nil` assignments in utility functions - Refactor `if/else` chains to `switch` statements for better readability - Replace `strings.Replace` with `strings.ReplaceAll` where applicable - Fix error string capitalization to comply with Go conventions - Apply `goimports` formatting fixes across all modified files - Fix CRLF line endings in `go-apps/meepctl/install.sh`