From 779a379b89af6af0dcf4b6a6c6bd6a5804593d78 Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Wed, 26 Jul 2023 13:17:24 +0200 Subject: [PATCH] Refactoring --- view-passwd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view-passwd.go b/view-passwd.go index a573e77..7e27b39 100644 --- a/view-passwd.go +++ b/view-passwd.go @@ -7,7 +7,7 @@ import ( "net/http" "strings" - "github.com/go-ldap/ldap/v3" + // "github.com/go-ldap/ldap/v3" "github.com/gorilla/mux" )