From 2e701c627f5211cf3e8768380f41c020b434cf2f Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 27 Sep 2015 15:30:19 +0200 Subject: Add Raw type --- ber/common.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ber/common.go') 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 -- cgit v1.2.3