command
module
Version:
v0.0.0-...-a6b3cc4
Opens a new window with list of versions in this module.
Published: Sep 1, 2020
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
wiki go
golangで簡単なwikiを作成する
データベース
db:wikigo
table:
article→id,title,body,updated_at,created_at
model
controllers
url
/index
・全ての記事一覧を表示、それらのリンクも表示
/view/{{id}}
・その記事の内容を表示
・editへのリンク
/edit/{{id}}
・その記事の修正
/save/{{id}}
・修正案を反映
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
database
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.