pull/516/head
Christopher Young 2016-10-24 16:52:27 -04:00
rodzic b829e2228a
commit e0b123e426
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -143,5 +143,5 @@ func (f *UATFrame) decodeNexradFrame() {
}
}
}
return ret
}

Wyświetl plik

@ -5,7 +5,6 @@ import (
"errors"
"fmt"
"io/ioutil"
"log"
"strconv"
"strings"
)