Example #1
0
File: main.go Project: 0x7cc/rsc
func (s *showPDF) Get(ctxt *websrv.Context) {
	ctxt.ServeFile(filepath.Join(*dir, s.Doc.File))
}