mirror of https://github.com/usememos/memos
feat(mode): add demo mode (#1121)
* feat(mode): add demo mode * chroe: Update store/db/db.go Co-authored-by: boojack <stevenlgtm@gmail.com> * chroe: Update store/db/db.go Co-authored-by: boojack <stevenlgtm@gmail.com> --------- Co-authored-by: boojack <stevenlgtm@gmail.com>pull/1124/head
parent
d0b8b076cf
commit
afaaec8492
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
"go.lintOnSave": "workspace",
|
"go.lintOnSave": "workspace",
|
||||||
"go.lintTool": "golangci-lint"
|
"go.lintTool": "golangci-lint",
|
||||||
|
"go.inferGopath": false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue