Shiz innit
This commit is contained in:
parent
3ad3666002
commit
2c0a3c7d80
8 changed files with 25 additions and 14 deletions
|
|
@ -4,12 +4,14 @@ import (
|
|||
"fmt"
|
||||
"log"
|
||||
"net/http"
|
||||
"os"
|
||||
|
||||
"gitea.gwairfelin.com/max/gonotes/internal/conf"
|
||||
"gitea.gwairfelin.com/max/gonotes/internal/notes/views"
|
||||
"forgejo.gwairfelin.com/max/gonotes/internal/conf"
|
||||
"forgejo.gwairfelin.com/max/gonotes/internal/notes/views"
|
||||
)
|
||||
|
||||
func main() {
|
||||
os.Mkdir("./foobardir", os.ModeDir|os.ModePerm)
|
||||
conf.LoadConfig("./conf.toml")
|
||||
|
||||
router := http.NewServeMux()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue