Skip to content

Commit

Permalink
Fix file header example
Browse files Browse the repository at this point in the history
Remove unused `io/ioutil` package and add used `os` package.

Follow up of #28.
  • Loading branch information
y-yagi committed Sep 21, 2023
1 parent cfcd7d0 commit 70ab66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ package main

import (
"fmt"
"io/ioutil"
"os"

"github.com/h2non/filetype"
)
Expand Down

0 comments on commit 70ab66a

Please sign in to comment.