From e65408ab078edd59c5f5a583e5ad14b2582ef4dc Mon Sep 17 00:00:00 2001 From: maze Date: Sun, 22 Feb 2026 21:19:51 +0100 Subject: [PATCH] Repair broken import --- .vscode/settings.json | 5 +++++ internal/cmd/logger.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..be43a8d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "gopls": { + "formatting.local": "git.maze.io" + } +} \ No newline at end of file diff --git a/internal/cmd/logger.go b/internal/cmd/logger.go index ea404a4..4bf03d1 100644 --- a/internal/cmd/logger.go +++ b/internal/cmd/logger.go @@ -8,7 +8,7 @@ import ( "github.com/urfave/cli/v3" "git.maze.io/go/ham/protocol/meshcore" - "git.maze.io/go/hamview" + "git.maze.io/ham/hamview" ) const (