mirror of https://github.com/go-gitea/gitea.git
fmt
This commit is contained in:
parent
07150b33ba
commit
55c5e930db
|
@ -24,7 +24,7 @@ import (
|
||||||
const (
|
const (
|
||||||
// ActivityStreamsContentType const
|
// ActivityStreamsContentType const
|
||||||
ActivityStreamsContentType = `application/ld+json; profile="https://www.w3.org/ns/activitystreams"`
|
ActivityStreamsContentType = `application/ld+json; profile="https://www.w3.org/ns/activitystreams"`
|
||||||
httpsigExpirationTime = 60
|
httpsigExpirationTime = 60
|
||||||
)
|
)
|
||||||
|
|
||||||
func containsRequiredHTTPHeaders(method string, headers []string) error {
|
func containsRequiredHTTPHeaders(method string, headers []string) error {
|
||||||
|
|
Loading…
Reference in New Issue