github.com/bhojpur/cache@v0.0.4/templates/nav.ego (about)

     1  <%! func nav(w io.Writer, tx *memory.Tx) error %>
     2  
     3  <%% import "path/filepath" %%>
     4  <%% import mamcache "github.com/bhojpur/cache/pkg/memory" %%>
     5  
     6  <h1><%= filepath.Base(tx.DB().Path()) %></h1>