Skip to content

Commit

Permalink
Change bufio import to io (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
samwestmoreland authored Sep 6, 2021
1 parent 935ad97 commit daa3266
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
package flags

import (
"bufio"
"bytes"
"fmt"
"io"
Expand Down

0 comments on commit daa3266

Please sign in to comment.