first working version
This commit is contained in:
parent
14e0611f06
commit
85f93bae69
32 changed files with 863 additions and 571 deletions
8
pkg/core/const.go
Normal file
8
pkg/core/const.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package core
|
||||
|
||||
const (
|
||||
IndexPage = "Index"
|
||||
WikiSection = "wiki"
|
||||
|
||||
IndexURI = WikiSection + "/" + IndexPage
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue