From 74e36f0ead717105f26087c2cab08b41ba5a7ce8 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 12 Feb 2024 19:18:05 +0100 Subject: All: Document everything to pass revive lint --- internal/failover/failover.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/failover/failover.go') 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 ( -- cgit v1.2.3