Skip to content

Commit 2bd93df

Browse files
committed
to camle case
1 parent 3cb28fc commit 2bd93df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/meta.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ type IoFile struct {
1717
NoTimeOut bool
1818
}
1919

20-
func NewIoFile(fileName, filePath string, custom_case, noTimeOut bool) IoFile {
20+
func NewIoFile(fileName, filePath string, customCase, noTimeOut bool) IoFile {
2121
return IoFile{
2222
Name: fileName,
2323
Path: filePath,
24-
Custom: custom_case,
24+
Custom: customCase,
2525
NoTimeOut: noTimeOut,
2626
}
2727
}

0 commit comments

Comments
 (0)