fix: typo
This commit is contained in:
parent
aaac5d780b
commit
f08dfa02ab
2 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@ import (
|
|||
"net/http"
|
||||
)
|
||||
|
||||
// TODO: html templates
|
||||
// TODO: download resume as PDF
|
||||
func main() {
|
||||
http.HandleFunc("/", Route)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue