diff options
| author | lost+skunk <[email protected]> | 2024-07-06 20:06:04 +0300 |
|---|---|---|
| committer | lost+skunk <[email protected]> | 2024-07-06 20:06:04 +0300 |
| commit | ff4f1a2422b3e02917af1f1786ff5b3ac09565ef (patch) | |
| tree | 7da4260b98b23be4852d6196b07d1cfbdc115034 /main.go | |
| parent | 7f1ab1b73d1e7a0d8a730354bbc3136c5584fea3 (diff) | |
| download | skunky-art-ff4f1a2422b3e02917af1f1786ff5b3ac09565ef.tar.gz skunky-art-ff4f1a2422b3e02917af1f1786ff5b3ac09565ef.tar.bz2 skunky-art-ff4f1a2422b3e02917af1f1786ff5b3ac09565ef.zip | |
Реки и копирование темплейтов в озу
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ import ( func main() { app.ExecuteConfig() + app.CopyTemplatesToMemory() err := devianter.UpdateCSRF() if err != nil { println(err.Error()) |
