rwxrob / cmdtab

Apache License 2.0
13 stars 0 forks source link

Update Print* to return like Println() #14

Closed rwxrob closed 3 years ago

rwxrob commented 3 years ago

The functions in print.go are meant to emulate their equivalents from fmt but fail to have the same return values. While this has not been a problem so far (because people regularly ignore these returns) they should still be added for full function signature compatibility.