summaryrefslogtreecommitdiff
path: root/std/fmt/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'std/fmt/README.md')
-rw-r--r--std/fmt/README.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/std/fmt/README.md b/std/fmt/README.md
index 6f9a67a18..8d76cda2a 100644
--- a/std/fmt/README.md
+++ b/std/fmt/README.md
@@ -55,22 +55,6 @@ This is very much a work-in-progress. I'm actively soliciting feedback.
are not likely useful) are missing, namely %q (print quoted), %U (unicode
format)
-## Author
-
-Tim Becker (tim@presseverykey.com)
-
-## License
-
-MIT
-
-The implementation is inspired by POSIX and Golang (see above) but does not port
-implementation code. A number of Golang test-cases based on:
-
- https://golang.org/src/fmt/fmt_test.go
- ( BSD: Copyright (c) 2009 The Go Authors. All rights reserved. )
-
-were used.
-
# printf: prints formatted output
sprintf converts and formats a variable number of arguments as is specified by a