test: revert changes in test directory

This commit is contained in:
KimMachineGun 2021-04-03 17:08:09 +09:00
parent 05224305d2
commit dda42b09ff
22 changed files with 73 additions and 52 deletions

View file

@ -12,6 +12,7 @@ package main
import (
"bytes"
"fmt"
"io/ioutil"
"log"
"os"
"path/filepath"
@ -49,7 +50,7 @@ func main() {
}
func enforceBatchStrictCRLF(path string) {
b, err := os.ReadFile(path)
b, err := ioutil.ReadFile(path)
if err != nil {
log.Fatalln(err)
}