diff options
| author | Adnan Maolood <[email protected]> | 2021-02-14 19:28:21 -0500 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2021-02-14 19:28:29 -0500 |
| commit | ff06e50df5c6f6aeb8aa22be2f83e37cb4d0e1a5 (patch) | |
| tree | 86f909af3c12663fb8cecb30b56e7702aa6fb52c | |
| parent | fs: Update documentation (diff) | |
| download | go-gemini-ff06e50df5c6f6aeb8aa22be2f83e37cb4d0e1a5.tar.xz go-gemini-ff06e50df5c6f6aeb8aa22be2f83e37cb4d0e1a5.zip | |
status: Update documentation
| -rw-r--r-- | status.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,7 +28,8 @@ func StatusClass(status int) int { return (status / 10) * 10 } -// Meta returns a description of the status code appropriate for use in a response. +// Meta returns a description of the provided status code appropriate +// for use in a response. // // Meta returns an empty string for input, success, and redirect status codes. func Meta(status int) string { |