fix: typo

This commit is contained in:
ange 2024-12-10 03:07:35 +00:00
parent aaac5d780b
commit f08dfa02ab
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,8 @@ import (
"net/http"
)
// TODO: html templates
// TODO: download resume as PDF
func main() {
http.HandleFunc("/", Route)