kidoman / embd

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

Println doesn't accept formatting. #41

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.

jpillora commented 8 years ago

@wujiang This PR has your forks import paths. They should be this repo's import path.

wujiang commented 8 years ago

Should have used another branch instead of master. Closing this one.