Skip to content

Commit 62af93c

Browse files
committed
fix: go
Signed-off-by: Eric Lin <38420555+Ezzahhh@users.noreply.github.com>
1 parent 82aacf8 commit 62af93c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vouch.go renamed to main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package traefikvouchplugin
1+
package traefik
22

33
import (
44
"context"

vouch_test.go renamed to main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package traefikvouchplugin
1+
package traefik
22

33
import (
44
"context"

0 commit comments

Comments
 (0)