diff options
| author | Samuel Stauffer <[email protected]> | 2014-03-19 13:57:32 -0700 |
|---|---|---|
| committer | Samuel Stauffer <[email protected]> | 2014-03-19 13:57:59 -0700 |
| commit | 222854694e922344f18910ce3704115d08ca30cb (patch) | |
| tree | 62d54db042f04993a4f89b780f0afb02b9a67e18 /debug.go | |
| parent | 3bda2b4e55f7ff8ac8bba30e0d0c606ab11ffc7e (diff) | |
Stylistic fixes, update imports, and some format string fixes
Diffstat (limited to 'debug.go')
| -rw-r--r-- | debug.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ -// File contains debugging functionality package ldap import ( - "github.com/marcsauter/asn1-ber" "log" + + "github.com/SpruceHealth/asn1-ber" ) // debbuging type |
