aboutsummaryrefslogtreecommitdiff
path: root/statement.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-27 13:56:15 +0700
committerShulhan <ms@kilabit.info>2025-12-27 13:56:15 +0700
commit2772a45590a32d073fd7d2463e16cc736b2ba5a7 (patch)
treea97189d3cc92eadc58efc987a82f52bca7bbaebc /statement.go
parent652d9480f91d44e3e9d5d6af9d941086ba3c899d (diff)
downloadawwan-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.go2
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.