correction to docs. corrected typo.
parent
1b349fbb21
commit
cbc84c0126
|
@ -20,12 +20,12 @@ Package **errhttp** provides types errors that make dealing with HTTP response e
|
||||||
//@TODO
|
//@TODO
|
||||||
case errhttp.NotFound:
|
case errhttp.NotFound:
|
||||||
//@TODO
|
//@TODO
|
||||||
case errhtp.InternalServerError:
|
case errhttp.InternalServerError:
|
||||||
//@TODO
|
//@TODO
|
||||||
|
|
||||||
case errhtp.ClientError:
|
case errhttp.ClientError:
|
||||||
//@TODO
|
//@TODO
|
||||||
case errhtp.ServerError:
|
case errhttp.ServerError:
|
||||||
//@TODO
|
//@TODO
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
6
doc.go
6
doc.go
|
@ -18,12 +18,12 @@ Example
|
||||||
//@TODO
|
//@TODO
|
||||||
case errhttp.NotFound:
|
case errhttp.NotFound:
|
||||||
//@TODO
|
//@TODO
|
||||||
case errhtp.InternalServerError:
|
case errhttp.InternalServerError:
|
||||||
//@TODO
|
//@TODO
|
||||||
|
|
||||||
case errhtp.ClientError:
|
case errhttp.ClientError:
|
||||||
//@TODO
|
//@TODO
|
||||||
case errhtp.ServerError:
|
case errhttp.ServerError:
|
||||||
//@TODO
|
//@TODO
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue