serve template & static files

This commit is contained in:
Nazar Kanaev
2020-06-28 00:53:35 +01:00
parent 29b860470b
commit 7c9f182ba2
2 changed files with 31 additions and 5 deletions

View File

@@ -1,18 +1,20 @@
package main
import (
"github.com/nkanaev/yarr/storage"
//"github.com/nkanaev/yarr/storage"
//"github.com/nkanaev/yarr/worker"
"github.com/nkanaev/yarr/server"
"log"
//"log"
)
func main() {
/*
store, err := storage.New()
if err != nil {
log.Fatal(err)
}
log.Print(store)
*/
/*
folder := store.CreateFolder("foo")
store.RenameFolder(folder.Id, "bar")