Go lang error

I am installed golang and create hello world program and to run the compiler says

command-line-arguments

./helloworld.go:11:9: undefined: fmt.println

P should be caps in Println.

try,
fmt.Println("vanakam")

Thank you its working