From 3be1f01a243d2c65dbb888823029d92e6415dcae Mon Sep 17 00:00:00 2001 From: Kalle Fagerberg Date: Mon, 10 Jun 2024 16:44:53 +0200 Subject: [PATCH] Fix doc comment --- plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.go b/plugin.go index 29587d9..89b0679 100644 --- a/plugin.go +++ b/plugin.go @@ -1,4 +1,4 @@ -// Package traefik_remoteaddr_plugin contains the Traefik plugin for adding headers based on the +// Package plugin contains the Traefik plugin for adding headers based on the // [net/http.Request.RemoteAddr] field. package plugin