Skip to content
Snippets Groups Projects
Select Git revision
  • 20cfaf4d52f8c6a58b4bc54f7a9929cc63f48c2c
  • main default protected
2 results

index.html

Blame
  • page_album_list.go 167 B
    package main
    
    import (
    	"net/http"
    )
    
    func pageAlbumList(ctx PageContext) http.Handler {
    	return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
    	})
    }