Erik Dubbelboer
7a5afddf5b
Use %v for errors and %q for strings ( #1262 )
...
Mostly in tests.
2022-04-01 18:11:16 +02:00
Erik Dubbelboer
e9db537178
Use %w to wrap errors ( #1175 )
2021-12-13 09:41:34 +01:00
Erik Dubbelboer
87fc95849c
Run go test on github actions ( #1047 )
...
* Run go test on github actions
travis-ci.org has stopped.
See also: https://github.com/curl/curl/issues/7150
Downside: github actions don't support ppc64le
* Run less
* delete .travis.yml
* Remove travis + minor lint fixes
2021-06-18 13:36:54 +02:00
Erik Dubbelboer
00973e5c0a
Don't use %w
...
We support versions of Go that don't have this yet.
2020-11-03 20:43:44 +01:00
Maxim Korolyov
d7752d2a70
fixed default schema for for req url ( #897 )
2020-11-02 22:24:57 +01:00
Maxim Korolyov
9697ccb834
Added httpproxy v2 ( #889 )
...
* httpproxy v2 with improved auth barrier storage and full https proxy support
* fixed package name
* moved back the env proxy
2020-10-29 21:05:59 +01:00
Maxim Korolyov
4eac1ae470
Added proxy from env support ( #885 )
...
* added proxy from env support
* fixed package name
* fixed err wrapping
* evoid 2 err wrapping in the same format
2020-10-25 14:46:54 +01:00