예제 #1
0
파일: main.go 프로젝트: 0x7cc/rsc
func (s *showPDF) Get(ctxt *websrv.Context) {
	ctxt.ServeFile(filepath.Join(*dir, s.Doc.File))
}