1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
This commit is contained in:
Zack Scholl
2016-02-10 09:21:24 -05:00
parent f986e2b9bf
commit b74eb0f524
3 changed files with 27 additions and 13 deletions

View File

@@ -59,8 +59,8 @@ Options:`)
defer Close()
// Default page
p := WikiData{"about", about_page, []string{}, []string{}}
p.save(about_page)
p := WikiData{"about", aboutPageText, []string{}, []string{}}
p.save(aboutPageText)
// var q WikiData
// q.load("SpikySeaSlug2")