Julien Schmidt 12 năm trước cách đây
mục cha
commit
26f650cf33
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      infile.go

+ 1 - 1
infile.go

@@ -28,7 +28,7 @@ func init() {
 }
 
 // RegisterLocalFile adds the given file to the file whitelist,
-// so that it can be used by "LOAD DATA LOCAL INFILE <filepath".
+// so that it can be used by "LOAD DATA LOCAL INFILE <filepath>".
 // Alternatively you can allow the use of all local files with
 // the DSN parameter 'allowAllFiles=true'
 func RegisterLocalFile(filepath string) {