diff options
Diffstat (limited to 'modules/structs/utils.go')
-rw-r--r-- | modules/structs/utils.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/structs/utils.go b/modules/structs/utils.go index 1b9d689562..aaeb653d03 100644 --- a/modules/structs/utils.go +++ b/modules/structs/utils.go @@ -4,12 +4,6 @@ package structs -import ( - "net/http" -) - -var jsonHeader = http.Header{"content-type": []string{"application/json"}} - // Bool return address of bool value func Bool(v bool) *bool { return &v |