mirror of
https://github.com/Xevion/banner.git
synced 2025-12-11 00:06:35 -06:00
docs: add trivial documentation for all types, functions, packages etc.
This commit is contained in:
@@ -2,6 +2,7 @@ package internal
|
||||
|
||||
import "fmt"
|
||||
|
||||
// UnexpectedContentTypeError is returned when the Content-Type header of a response does not match the expected value.
|
||||
type UnexpectedContentTypeError struct {
|
||||
Expected string
|
||||
Actual string
|
||||
|
||||
Reference in New Issue
Block a user