From e17e28bddbcaf372ac27b1a9365f324ae974ef4a Mon Sep 17 00:00:00 2001 From: Cory Slep Date: Sun, 5 Jul 2020 20:56:10 +0200 Subject: [PATCH] Remove unused jsonLDContext constant --- pub/util.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pub/util.go b/pub/util.go index 5b0a511..af078c5 100644 --- a/pub/util.go +++ b/pub/util.go @@ -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"