Skip to content

Commit 9d257a3

Browse files
committed
update
1 parent 5a77bab commit 9d257a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tailscale-access.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Package tailscaleauth provides Tailscale-aware IP authentication for Traefik
2-
package tailscaleauth
2+
package tailscale_access
33

44
import (
55
"context"

tailscale-access_test.go

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

33
import (
44
"context"

0 commit comments

Comments
 (0)