aboutsummaryrefslogtreecommitdiff
path: root/ber
diff options
context:
space:
mode:
Diffstat (limited to 'ber')
-rw-r--r--ber/common.go2
-rw-r--r--ber/params.go2
2 files changed, 1 insertions, 3 deletions
diff --git a/ber/common.go b/ber/common.go
index 4266848..aded3ef 100644
--- a/ber/common.go
+++ b/ber/common.go
@@ -78,5 +78,3 @@ func (o BitString) String() string {
}
type Raw []byte
-
-type Tag int
diff --git a/ber/params.go b/ber/params.go
index 3569e69..638afd6 100644
--- a/ber/params.go
+++ b/ber/params.go
@@ -1,8 +1,8 @@
package ber
import (
- "strings"
"strconv"
+ "strings"
)
type fieldParams struct {