dnscontrol/pkg/js
Patrick Gaskin 825ba2d081 Switch to Go 1.13 error wrapping (#604)
* Replaced errors.Wrap with fmt.Errorf (#589)

* Find:    errors\.Wrap\(([^,]+),\s+(["`][^"`]*)(["`])\)
  Replace: fmt.Errorf($2: %w$3, $1)

* Replaced errors.Wrapf with fmt.Errorf (#589)

* Find:    errors\.Wrapf\(([^,]+),\s+(["`][^"`]*)(["`])\)
  Replace: fmt.Errorf($2: %w$3, $1)
* Find:    errors\.Wrapf\(([^,]+),\s+(["`][^"`]*)(["`])(,[^)]+)\)
* Replace: fmt.Errorf($2: %w$3$4, $1)

* Replaced errors.Errorf with fmt.Errorf (#589)

* Find:    errors\.Errorf
  Replace: fmt.Errorf

* Cleaned up remaining imports

* Cleanup

* Regenerate provider support matrix

This was broken by #533 ... and it's now the third time this has been missed.
2020-01-28 11:06:56 -05:00
..
parse_tests IGNORE() now supports glob pattern/wildcards (#463) 2019-05-27 10:14:29 -04:00
helpers.js CF: Add ability to manage UniversalSSL (#496) 2019-06-13 07:32:54 -04:00
js.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
js_test.go require() should handle paths as relative (like nodeJS) (#443) 2019-01-29 10:29:00 -05:00
static.go CF: Add ability to manage UniversalSSL (#496) 2019-06-13 07:32:54 -04:00