diff options
author | Daniel Langesten <daniel.langest@gmail.com> | 2015-03-16 15:20:23 +0100 |
---|---|---|
committer | Daniel Langesten <daniel.langest@gmail.com> | 2015-03-16 15:20:23 +0100 |
commit | fee0e9b89dc6e1b417a88f955029cacf47d86934 (patch) | |
tree | 3fc7090dbc3f5dd13b962be5d6eb640c759adc56 /datastructs.go | |
parent | 6973f206d386783124c1e0c511cd27042df9f6dd (diff) |
debugging
Diffstat (limited to 'datastructs.go')
-rw-r--r-- | datastructs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datastructs.go b/datastructs.go index f937d35..4a30da7 100644 --- a/datastructs.go +++ b/datastructs.go @@ -23,7 +23,7 @@ type CleanData struct { asDst int portSrc int portDst int - occurances int + occurences int volume string time time.Time } |