diff options
Diffstat (limited to 'statement.go')
| -rw-r--r-- | statement.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/statement.go b/statement.go index 69cb60b..711a38e 100644 --- a/statement.go +++ b/statement.go @@ -52,8 +52,8 @@ type Statement struct { cmd string args []string raw []byte - mode fs.FileMode kind int + mode fs.FileMode // Option "$noparse" copy the file directly without parsing for // session variables inside the file. |
