From 8edf7b0e4d386e5b4b4f052c88a781e40b1f1d30 Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Tue, 13 Feb 2024 22:44:25 +0100 Subject: log: move package to lib This has nothing to do at the root of the source tree. Signed-off-by: Robin Jarry Acked-by: Bence Ferdinandy --- config/general.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/general.go') diff --git a/config/general.go b/config/general.go index 93794b6a..6dc674b0 100644 --- a/config/general.go +++ b/config/general.go @@ -4,8 +4,8 @@ import ( "fmt" "os" + "git.sr.ht/~rjarry/aerc/lib/log" "git.sr.ht/~rjarry/aerc/lib/xdg" - "git.sr.ht/~rjarry/aerc/log" "github.com/go-ini/ini" "github.com/mattn/go-isatty" ) -- cgit