This website requires JavaScript.
Explore
Help
Sign in
prskr
/
goveal
Watch
1
Star
0
Fork
You've already forked goveal
0
Code
Issues
1
Pull requests
2
Projects
Releases
7
Packages
1
Wiki
Activity
Actions
0e61fbd1f9
goveal
/
web
/
web.go
7 lines
83 B
Go
Raw
Normal View
History
Unescape
Escape
First draft of new fiber based server - replaced previous net/http based muxer and all other components with fiber - replaced polling with SSE to handle file changes - auto-update custom stylesheets - natively support mermaid diagrams - handle custom element attributes for lists properly - reload on config changes - replace JS templating with actual JS code and an API
2021-12-22 10:52:02 +00:00
package
web
import
"embed"
Add emoji support
2022-03-15 14:44:53 +00:00
//go:embed js/* css/* index.gohtml
First draft of new fiber based server - replaced previous net/http based muxer and all other components with fiber - replaced polling with SSE to handle file changes - auto-update custom stylesheets - natively support mermaid diagrams - handle custom element attributes for lists properly - reload on config changes - replace JS templating with actual JS code and an API
2021-12-22 10:52:02 +00:00
var
WebFS
embed
.
FS
Reference in a new issue
Copy permalink