From fbf9732a7a7a599fdc35b7e9e2072d32d2ea9d33 Mon Sep 17 00:00:00 2001 From: KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> Date: Sat, 30 Oct 2021 00:31:39 -0300 Subject: goimports --- accept.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'accept.go') diff --git a/accept.go b/accept.go index b357cc4..6a15857 100644 --- a/accept.go +++ b/accept.go @@ -1,7 +1,9 @@ package main -import "strings" -import "regexp" +import ( + "regexp" + "strings" +) // False positive for application/ld+ld, application/activity+ld, application/json+json var activityRegexp = regexp.MustCompile("application\\/(ld|json|activity)((\\+(ld|json))|$)") -- cgit v1.2.3