lint: resolve lint issues in master

pull/1412/head
Josh Powers 2 years ago
parent 7645051510
commit d22f238125
No known key found for this signature in database
GPG Key ID: A2FA14A470214D78

@ -21,6 +21,7 @@ package common
// high-performance serialization, especially for large data structures,
// should look at more advanced solutions such as the encoding/gob
// package or protocol buffers.
import (
"errors"
"io"

@ -6,6 +6,7 @@ package common
// - linux (amd64, arm)
// - freebsd (amd64)
// - windows (amd64)
import (
"bufio"
"bytes"

Loading…
Cancel
Save