aboutsummaryrefslogtreecommitdiff
path: root/ber/common.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-09-27 15:30:19 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-09-27 15:30:19 +0200
commit2e701c627f5211cf3e8768380f41c020b434cf2f (patch)
treea92f0d8847d678ce01ceb1c9941df3d973054fa0 /ber/common.go
parentb25dfbc64fddad8d27521f00666e41ec5a57c5cb (diff)
Add Raw type
Diffstat (limited to 'ber/common.go')
-rw-r--r--ber/common.go2
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