package
0.0.0-20201121123552-8ed447c7b657
Repository: https://github.com/aclisp/godashboard.git
Documentation: pkg.go.dev
# README
Frontend
This folder contains the entire source for the frontend app hosted by the server.
bundle
The bundle
package is a vfsgen
generated package, created from the contents of
the html
folder. It serves as the interface that the main.go
server uses to serve
the WebAssembly frontend without the need for a static
directory. The generation is done
via go:generate
in frontend.go
.
html
The html
folder contains the static sources used.
# Type aliases
DivWriter is an io.Writer.