mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-28 03:55:07 +03:00
темплейты в бинарнике и улучшенная система кеша
This commit is contained in:
parent
4db018fb7f
commit
1537da9b16
29 changed files with 555 additions and 303 deletions
3
main.go
3
main.go
|
@ -2,6 +2,7 @@ package main
|
|||
|
||||
import (
|
||||
"skunkyart/app"
|
||||
"skunkyart/static"
|
||||
"time"
|
||||
|
||||
"git.macaw.me/skunky/devianter"
|
||||
|
@ -12,7 +13,7 @@ func main() {
|
|||
|
||||
app.ExecuteCommandLineArguments()
|
||||
app.ExecuteConfig()
|
||||
app.CopyTemplatesToMemory()
|
||||
static.CopyTemplatesToMemory()
|
||||
|
||||
go func() {
|
||||
for {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue