aboutsummaryrefslogtreecommitdiff
path: root/unmarshal
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-08-11 16:50:28 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-08-11 16:50:28 +0200
commit3f062a3b9630d48c86846544445908b2e2e76dd5 (patch)
tree2d4f1584cf41e33785ec8cbc768ea0432d5fe2b2 /unmarshal
parent60f72236c260c3ee0a0c72fe29d61786671424f8 (diff)
Write nil
Diffstat (limited to 'unmarshal')
-rw-r--r--unmarshal/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/unmarshal/main.go b/unmarshal/main.go
index b04df04..7f4de58 100644
--- a/unmarshal/main.go
+++ b/unmarshal/main.go
@@ -11,7 +11,7 @@ func main() {
pdu := rose.Invoke{
InvokeId: 2,
Opcode: 511,
- Argument: []byte{2, 1, 0},
+ Argument: nil,
}
b, err := ber.Marshal(pdu)
fmt.Println(err, b)