module
0.0.0-20240628195458-bd1610bf473a
Repository: https://github.com/fengdotdev/coipossr.git
Documentation: pkg.go.dev
# README
coipossr
coipo ssr is a server side render for golang native http package
File And Folder Structure
.
├── coipossr.go
├── internal // internal package for the coipossr
│ ├── builder // builder package for building the static files
│ ├── components // components package for the user interface components
│ ├── helpers // helper package for helper functions
│ ├── opts
│ ├── render // render package for rendering ssr or static files
│ ├── self //interface
│ ├── ui //constans of user interface components like colors, fonts, etc
├── tools
│ ├── live // live tool for static file deployment, serves the output folder
├── output // default folder for the static files generated by the builder
├── sandbox // For playing around with the code
├── go.mod
└── go.sum
├── README.md
├── LICENSE