Skip to content

Commit

Permalink
const of ContentType
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauerster committed Feb 28, 2019
1 parent 3215478 commit 5c37bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type ContentType int

// ContentTypes handled by this package.
const (
ContentTypeUnknown = iota
ContentTypeUnknown ContentType = iota
ContentTypePlainText
ContentTypeHTML
ContentTypeJSON
Expand Down

0 comments on commit 5c37bdb

Please sign in to comment.