diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-01-03 12:39:38 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-01-03 12:39:38 +0100 |
| commit | 41d0cc72044244b630d12548b046996e5006eb3e (patch) | |
| tree | 277f98a8ba35dfa7fb18017e7e36a75c21c1f7a5 /internal/failover/monitor.go | |
| parent | 15a3a0b0ac8acabcdf7f9397eb53fb4c4b36a994 (diff) | |
Format: Run gofumpt
Diffstat (limited to 'internal/failover/monitor.go')
| -rw-r--r-- | internal/failover/monitor.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/failover/monitor.go b/internal/failover/monitor.go index ed532f7..a6916be 100644 --- a/internal/failover/monitor.go +++ b/internal/failover/monitor.go @@ -4,8 +4,8 @@ import ( "context" "time" - "github.com/go-errors/errors" "github.com/eduvpn/eduvpn-common/internal/log" + "github.com/go-errors/errors" ) // The DroppedConMon is a connection monitor that checks for an increase in rx bytes in certain intervals |
