diff options
| author | Mark Rushakoff <[email protected]> | 2018-02-23 09:36:57 -0800 |
|---|---|---|
| committer | Mark Rushakoff <[email protected]> | 2018-02-23 09:36:57 -0800 |
| commit | 1fb3ada78e9c4f674ad3cf8f3313a1aab73fd231 (patch) | |
| tree | 6ce6f38b91c5a9ce25dc450d4381c59488432295 /filter_test.go | |
| parent | 6dd74f48601c134dd6e3b3b895209c779a8b689d (diff) | |
Update import paths and go fmt
Diffstat (limited to 'filter_test.go')
| -rw-r--r-- | filter_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filter_test.go b/filter_test.go index 2e62f25..0da3b9d 100644 --- a/filter_test.go +++ b/filter_test.go @@ -1,10 +1,10 @@ -package ldap +package ldapserver import ( "reflect" "testing" - "github.com/nmcclain/asn1-ber" + "github.com/mark-rushakoff/ldapserver/internal/asn1-ber" ) type compileTest struct { |
