示例#1
0
文件: main.go 项目: TheJumpCloud/rsc
func (s *showPDF) Get(ctxt *websrv.Context) {
	ctxt.ServeFile(filepath.Join(*dir, s.Doc.File))
}