From aa872a30be6bcb8ad6b7abbb8aa4e3ae1ee203f8 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 14 Jul 2024 15:30:53 +0800 Subject: [PATCH] style: refactor import aliases for easyssh library - Alias `github.com/appleboy/easyssh-proxy` import as `easyssh` in `main.go` - Alias `github.com/appleboy/easyssh-proxy` import as `easyssh` in `plugin.go` Signed-off-by: Bo-Yi Wu --- main.go | 2 +- plugin.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 5b9dda0..7cc7fd1 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,7 @@ import ( "strconv" "time" - "github.com/appleboy/easyssh-proxy" + easyssh "github.com/appleboy/easyssh-proxy" "github.com/joho/godotenv" "github.com/urfave/cli/v2" ) diff --git a/plugin.go b/plugin.go index 3841103..9844eeb 100644 --- a/plugin.go +++ b/plugin.go @@ -10,7 +10,7 @@ import ( "sync" "time" - "github.com/appleboy/easyssh-proxy" + easyssh "github.com/appleboy/easyssh-proxy" ) var (