summaryrefslogtreecommitdiff
path: root/internal/failover/failover.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/failover/failover.go')
-rw-r--r--internal/failover/failover.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/failover/failover.go b/internal/failover/failover.go
index 97b1da1..bbd1978 100644
--- a/internal/failover/failover.go
+++ b/internal/failover/failover.go
@@ -1,3 +1,5 @@
+// Package failover implements the failover procedure
+// by sending pings and checking if the VPN is up
package failover
import (