remove todo

This commit is contained in:
Mark McGranaghan 2012-10-31 15:31:18 -07:00
parent a74e08e088
commit 7d952d673a

View File

@ -106,5 +106,3 @@ func main() {
// `os.Stdout` using `Fprintf`.
fmt.Fprintf(os.Stderr, "an %s \n", "error")
}
// todo: #golang has excellent support for string formatting in the classic printf tradition: https://gobyexample.com/string-formatting.