aboutsummaryrefslogtreecommitdiff
path: root/search.go
diff options
context:
space:
mode:
authorSamuel Stauffer <[email protected]>2014-03-19 13:57:32 -0700
committerSamuel Stauffer <[email protected]>2014-03-19 13:57:59 -0700
commit222854694e922344f18910ce3704115d08ca30cb (patch)
tree62d54db042f04993a4f89b780f0afb02b9a67e18 /search.go
parent3bda2b4e55f7ff8ac8bba30e0d0c606ab11ffc7e (diff)
Stylistic fixes, update imports, and some format string fixes
Diffstat (limited to 'search.go')
-rw-r--r--search.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/search.go b/search.go
index ff3c73f..29bffba 100644
--- a/search.go
+++ b/search.go
@@ -56,13 +56,15 @@
// dnAttributes [4] BOOLEAN DEFAULT FALSE }
//
//
+
package ldap
import (
"errors"
"fmt"
- "github.com/marcsauter/asn1-ber"
"strings"
+
+ "github.com/SpruceHealth/asn1-ber"
)
const (