mirror of
https://github.com/nkanaev/yarr.git
synced 2025-12-15 08:37:21 +00:00
serve template & static files
This commit is contained in:
6
main.go
6
main.go
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user