mirror of
https://github.com/golang/go.git
synced 2025-11-07 20:21:01 +00:00
test: revert changes in test directory
This commit is contained in:
parent
05224305d2
commit
dda42b09ff
22 changed files with 73 additions and 52 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue