From 54a338c2597a814c8758482ce3c4f2f4b7213d78 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 6 Oct 2015 13:27:48 +0200 Subject: Drop old stuff --- unmarshal/main.go | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 unmarshal/main.go diff --git a/unmarshal/main.go b/unmarshal/main.go deleted file mode 100644 index 7f4de58..0000000 --- a/unmarshal/main.go +++ /dev/null @@ -1,19 +0,0 @@ -package main - -import ( - "fmt" - - "dim13.org/asn1/ber" - rose "dim13.org/asn1/ROSE" -) - -func main() { - pdu := rose.Invoke{ - InvokeId: 2, - Opcode: 511, - Argument: nil, - } - b, err := ber.Marshal(pdu) - fmt.Println(err, b) - fmt.Println(ber.Dump(b)) -} -- cgit v1.2.3