1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Can find the biggest diffs

This commit is contained in:
Zack Scholl
2016-02-09 17:52:52 -05:00
parent 825139b9a1
commit 594360fe7a
4 changed files with 46 additions and 13 deletions

View File

@ -62,9 +62,9 @@ Options:`)
p := CowyoData{"about", about_page, []string{}, []string{}}
p.save(about_page)
//var q CowyoData
//q.load("SpikySeaSlug")
//rebuildTexts(q)
var q CowyoData
q.load("SpikySeaSlug2")
rebuildTexts(q)
r := gin.Default()
r.LoadHTMLGlob(path.Join(RuntimeArgs.SourcePath, "templates/*"))