Constantin Gavrilescu
Results
2
issues of
Constantin Gavrilescu
https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-core/lib/aws-sdk-core/plugins/regional_endpoint.rb#L62-L68 ```ruby [13] pry(#)> ENV.values_at('AWS_REGION') => [nil] [14] pry(#)> ENV['AWS_REGION'] => "us-east-1" ``` values_at source code: ```ruby VALUE rb_hash_values_at(int argc, VALUE *argv, VALUE hash) { VALUE result = rb_ary_new2(argc); long...
This commit introduces Go Modules to the project. This makes the project build on GO later than 1.16 and fixes the error: ``` go: cannot find main module, but found...