Test CodeQL

This commit is contained in:
Evan Su 2024-04-25 23:42:13 -04:00 committed by GitHub
parent a8e8a92002
commit f6a4f0e920
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -28,10 +28,8 @@ import (
"golang.org/x/term"
)
var KiB = 1 << 10
var MiB = 1 << 20
var GiB = 1 << 30
var TiB = 1 << 40
var rs5, _ = infectious.NewFEC(5, 15)
var rs16, _ = infectious.NewFEC(16, 48)
var rs24, _ = infectious.NewFEC(24, 72)