diff options
Diffstat (limited to 'ber/common.go')
-rw-r--r-- | ber/common.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ber/common.go b/ber/common.go index 7c4f496..b9e359a 100644 --- a/ber/common.go +++ b/ber/common.go @@ -75,3 +75,5 @@ func (o BitString) String() string { } return s } + +type Raw []byte |