Remove unused jsonLDContext constant

このコミットが含まれているのは:
Cory Slep 2020-07-05 20:56:10 +02:00
コミット e17e28bddb
1個のファイルの変更0行の追加8行の削除

ファイルの表示

@ -116,14 +116,6 @@ func dedupeOrderedItems(oc orderedItemser) error {
return nil
}
const (
// jsonLDContext is the key for the JSON-LD specification's context
// value. It contains the definitions of the types contained within the
// rest of the payload. Important for linked-data representations, but
// only applicable to go-fed at code-generation time.
jsonLDContext = "@context"
)
const (
// The Location header
locationHeader = "Location"