diff options
| author | Shulhan <ms@kilabit.info> | 2025-12-27 13:56:15 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-12-27 13:56:15 +0700 |
| commit | 2772a45590a32d073fd7d2463e16cc736b2ba5a7 (patch) | |
| tree | a97189d3cc92eadc58efc987a82f52bca7bbaebc /statement.go | |
| parent | 652d9480f91d44e3e9d5d6af9d941086ba3c899d (diff) | |
| download | awwan-2772a45590a32d073fd7d2463e16cc736b2ba5a7.tar.xz | |
all: update all dependencies and fix linter warnings
In the internal/, fix the "reuse lint" warnings due to embedded SPDX
headers string that contains "\n" considered as invalid.
Realign struct Statement based on fieldaligment check.
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. |
