correction to docs. corrected typo.

master
Charles Iliya Krempeaux 2019-07-15 12:31:32 -07:00
parent 1b349fbb21
commit cbc84c0126
2 changed files with 6 additions and 6 deletions

View File

@ -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
View File

@ -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: