spbooks / go1

Code archive for the book Level Up Your Web Apps With Go
109 stars 53 forks source link

chapter4 "go run main.go" gives out error #9

Closed dimpu47 closed 8 years ago

dimpu47 commented 8 years ago

when i do:

$ cd chaptert4/2_first_template $ go run main.go

I get error:

command-line-arguments

./main.go:9: undefined: RenderTemplate

what am i doing wrong? (same with go build)