Julien Schmidt 12 年之前
父节点
当前提交
26f650cf33
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      infile.go

+ 1 - 1
infile.go

@@ -28,7 +28,7 @@ func init() {
 }
 }
 
 
 // RegisterLocalFile adds the given file to the file whitelist,
 // 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
 // Alternatively you can allow the use of all local files with
 // the DSN parameter 'allowAllFiles=true'
 // the DSN parameter 'allowAllFiles=true'
 func RegisterLocalFile(filepath string) {
 func RegisterLocalFile(filepath string) {