1
0
mirror of https://github.com/Luzifer/wiki.git synced 2024-09-18 23:23:00 +00:00
File-based Wiki implementation with web-editing capabilities and a Git backed storage
Go to file
2019-08-07 07:23:11 +02:00
frontend Initial implementation 2019-08-05 00:42:41 +02:00
src Initial implementation 2019-08-05 00:42:41 +02:00
.gitignore Initial implementation 2019-08-05 00:42:41 +02:00
assets.go Initial implementation 2019-08-05 00:42:41 +02:00
go.mod Implement git integration for history 2019-08-07 07:23:11 +02:00
go.sum Implement git integration for history 2019-08-07 07:23:11 +02:00
main.go Implement git integration for history 2019-08-07 07:23:11 +02:00
storage_test.go Initial implementation 2019-08-05 00:42:41 +02:00
storage.go Implement git integration for history 2019-08-07 07:23:11 +02:00