Skip to content

insanXYZ/goparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goparse

This project is a solution to the html/template package that does not allow us to parse files into each subdirectory within it, as shown in the tree below.

views
├── components
│   ├── header.html
│   └── subcomponents
│       └── menu_header.html
└── index.html

with goparse, all the files inside will be placed in a temporary folder named .goparse-tmp which will later be used as a template

how it works

Shot-2024-12-15-083217

About

next parser file of template.ParseGlob

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages