Remove unused jsonLDContext constant

This commit is contained in:
Cory Slep 2020-07-05 20:56:10 +02:00
parent f4f19b61b3
commit e17e28bddb
1 changed files with 0 additions and 8 deletions

View File

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