mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Bumped version to 0.91
Former-commit-id: 0a0d82ebdcfe25a260b8a5ee7627dcb35c3b4da1 [formerly cc3c56e55c8d693b71273f45d61d896ffa95c452] [formerly 9f0f4545ffafe52055b824bf19cad7e0a13e7737 [formerly 5ce388764a2b15959153ce3d90c4d0e462010c50]] Former-commit-id: 2de411fcf47c6f180fdb00b5f0bbcc979e6f4b9f [formerly 116af09214ccc929ef1a164b9bf84429c88d34a1] Former-commit-id: 7b50bab330b8f2e0320140631d947e292a2d78db
This commit is contained in:
parent
7eb62c03ee
commit
d86413147d
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# AwwKoala - [Demo](http://awwkoala.com/)
|
# AwwKoala - [Demo](http://awwkoala.com/)
|
||||||
## A Websocket Wiki and Kind Of A List Application
|
## A Websocket Wiki and Kind Of A List Application
|
||||||
[]() [](https://goreportcard.com/report/github.com/schollz/AwwKoala) [](https://gitter.im/schollz/AwwKoala?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[]() [](https://goreportcard.com/report/github.com/schollz/AwwKoala) [](https://gitter.im/schollz/AwwKoala?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
This is a self-contained wiki webserver that makes sharing easy and _fast_. You can make any page you want, and any page is editable by anyone. Pages load instantly for editing, and have special rendering for whether you want to view as a web page or view as list.
|
This is a self-contained wiki webserver that makes sharing easy and _fast_. You can make any page you want, and any page is editable by anyone. Pages load instantly for editing, and have special rendering for whether you want to view as a web page or view as list.
|
||||||
|
|
||||||
|
2
main.go
2
main.go
@ -35,7 +35,7 @@ var RuntimeArgs struct {
|
|||||||
var VersionNum string
|
var VersionNum string
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
VersionNum = "0.9"
|
VersionNum = "0.91"
|
||||||
// _, executableFile, _, _ := runtime.Caller(0) // get full path of this file
|
// _, executableFile, _, _ := runtime.Caller(0) // get full path of this file
|
||||||
cwd, _ := os.Getwd()
|
cwd, _ := os.Getwd()
|
||||||
databaseFile := path.Join(cwd, "data.db")
|
databaseFile := path.Join(cwd, "data.db")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user