diff options
| author | 2026-03-09 23:05:42 +0300 | |
|---|---|---|
| committer | 2026-03-09 23:05:42 +0300 | |
| commit | 00394a80501960ad26787b5c44435ed5ed67ad84 (patch) | |
| tree | 672eb918c552c858f32e9533dc3799af6b75769f /model/directive.go | |
| parent | '-' sign in words accepted (diff) | |
| download | conf-0.1.0.tar.gz conf-0.1.0.tar.bz2 conf-0.1.0.tar.xz conf-0.1.0.zip | |
Полностью переписал библиотеку. Перевёл с EBNF на PEG.v0.1.0
Diffstat (limited to '')
| -rw-r--r-- | model/directive.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/model/directive.go b/model/directive.go deleted file mode 100644 index 3852e72..0000000 --- a/model/directive.go +++ /dev/null @@ -1,9 +0,0 @@ -package model - -type Directive struct { - Name string - Arguments Values - Body Body -} - -type Directives []*Directive |
