kidoman / embd

Embedded Programming Framework in Go
http://embd.kidoman.io
MIT License
1.28k stars 157 forks source link

Println doesn't accept formatting. #46

Closed wujiang closed 8 years ago

wujiang commented 8 years ago

It looks like this is caused by confusion between fmt.Println and fmt.Printf.

tve commented 8 years ago

Thanks! I included this in #67, should get merged soon.