mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-12-23 22:11:10 +02:00
* transport.Common relies on config * cookies instance * errorreport package turned into instance
6 lines
99 B
Go
6 lines
99 B
Go
package cookies
|
|
|
|
type cookieError string
|
|
|
|
func (e cookieError) Error() string { return string(e) }
|