diff options
| author | Shulhan <ms@kilabit.info> | 2023-03-17 22:24:06 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-03-17 22:24:06 +0700 |
| commit | 42e96adf2ea2bab6f173bd38eed49f30346867dd (patch) | |
| tree | 6d398000ba1b6302f9730db1315724046f30f5c4 /statement.go | |
| parent | cc59d3e765acd364376f5f7df143d318ca23f8c8 (diff) | |
| download | awwan-42e96adf2ea2bab6f173bd38eed49f30346867dd.tar.xz | |
all: fix and add comments to global constants and methods
This mark the development for the next minor version.
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 87b3a5b..84071dd 100644 --- a/statement.go +++ b/statement.go @@ -21,7 +21,7 @@ const ( statementKindSudoPut ) -// Statetement contains parsed raw line from the script. +// Statement contains parsed raw line from the script. type Statement struct { cmd string args []string |
