This commit is contained in:
Your Name 2024-02-19 12:18:08 -05:00
parent ab0eaba16a
commit 82b7a43beb
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ func main() {
c, err := p.NewConn()
if err != nil {
log.Println(err)
d.Body="Internal error"
tmpl.Execute(w, d)
return