From eea7dedabcfcb7f59d344456da7be1e42cdb20e4 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 5 Oct 2015 18:32:50 +0200 Subject: Rename to lowercase --- ROSE/rose.go | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 ROSE/rose.go (limited to 'ROSE/rose.go') diff --git a/ROSE/rose.go b/ROSE/rose.go deleted file mode 100644 index 295f0e0..0000000 --- a/ROSE/rose.go +++ /dev/null @@ -1,19 +0,0 @@ -package rose - -// 2.4.6.0 - -// Context-specific Constructed 1 -type Invoke struct { - InvokeId int - Opcode int - Argument []byte -} - -// Context-specific Constructed 2 -type ReturnResult struct { - InvokeId int - Result struct { - Opcode int - Argument []byte - } -} -- cgit v1.2.3