From 8555f0bf7c2262653b1215d103c9e97917d5c4eb Mon Sep 17 00:00:00 2001 From: Fenny <25108519+Fenny@users.noreply.github.com> Date: Thu, 1 Oct 2020 23:30:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20remove=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prefork_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/prefork_test.go b/prefork_test.go index 5a08bd4d..24a25ee6 100644 --- a/prefork_test.go +++ b/prefork_test.go @@ -1,7 +1,6 @@ // ⚡️ Fiber is an Express inspired web framework written in Go with ☕️ // 📄 Github Repository: https://github.com/gofiber/fiber // 📌 API Documentation: https://docs.gofiber.io -// ⚠️ This path parser was inspired by ucarion/urlpath (MIT License). // 💖 Maintained and modified for Fiber by @renewerner87 package fiber