aboutsummaryrefslogtreecommitdiff
path: root/parse/parse.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-02-16 04:39:30 +0100
committerDimitri Sokolyuk <demon@dim13.org>2018-02-16 04:39:30 +0100
commit3ac1841c72d688159124d2d7bc3f7177cd16ff0e (patch)
tree5ca0533c4b54cff778e0582c0dc28eafecfb0fad /parse/parse.go
parent9ecf2bbb18fb56748ad6bc42af42ee9ae8d13eaf (diff)
excude misc from buildHEADmaster
Diffstat (limited to 'parse/parse.go')
-rw-r--r--parse/parse.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse/parse.go b/parse/parse.go
index 5a9722f..0614b75 100644
--- a/parse/parse.go
+++ b/parse/parse.go
@@ -77,6 +77,7 @@ func main() {
unmarshal(s, &acse.AARE{})
reason, _ := acse.AssociateResult(s)
fmt.Println("Reason", reason)
+ fmt.Println(s)
case 0x62:
unmarshal(s, &acse.RLRQ{})
case 0x63: