Thanks to visit codestin.com
Credit goes to github.com

Skip to content

serdarkalayci/GoWiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoWiki

My work starting from wiki example from go docs (https://golang.org/doc/articles/wiki/) to whatever improvement comes to my mind.
I try to keep it iterated so readers can track improvements
Iteration1: Exactly the same code from the aforementioned example
Iteration2: Moved page data from text files to MongoDB database
Iteration3: Added a List page, listing all the entries in the database ordered by LastUpdate
Iteration4: List page now searches the pages on their title and body (had to convert body from byte[] to string)
Iteration5: Comment functionality added to pages, comment to comment will be added soon

About

Starting from wiki example from go docs (https://golang.org/doc/articles/wiki/) to whatever improvement comes to my mind to learn Golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published