Clean up golint issues and fix POSIX shell compatibility
7 files · 35+ · 17-

Code quality cleanup

5 files changed
  • client.go Cleaned up golint issues in API client code
  • resource_dns_record.go Addressed lint warnings in resource handler
  • types.go Added additional record type constants
  • config.go Minor lint fix
  • plugin.go Minor lint fix
  • Resolved golint warnings across client, resource, and type definitions for consistent Go code style streamline internal
    3 files
    • client.go
    • resource_dns_record.go
    • types.go

Installation script POSIX fix

1 file changed
  • install.sh Updated script to use POSIX-compliant variable identifiers
  • Fixed installation script to use POSIX identifiers for compatibility with non-bash shells remediate internal
    1 file
    • install.sh