Commit graph

8 commits

Author SHA1 Message Date
bfb0daa1ef Updated .gitignore to ignore .out and .test profiling files
Replaced interface{} with any in varfmt
Implemented varfmt, could be further optimized
2024-06-03 20:26:36 +03:00
nickshevr
52c5558b31 (tests): Added tests for fmt without spaces 2020-03-27 22:47:47 +03:00
Vladimir Kuznetsov
2f8b92da34 Update fmt_test.go
- changed default value
2020-03-03 15:42:11 +03:00
Vladimir Kuznetsov
87fe7a193a Update fmt_test.go
- rename variable and change format string
2020-03-03 15:42:09 +03:00
Vladimir Kuznetsov
4dfb967b78 Update fmt_test.go
- add test for double-digit, three-digit and four-digit argument index using common slice object (via @verytable comment)
2020-03-03 15:42:08 +03:00
Vladimir Kuznetsov
6b51d2e906 Update fmt_test.go
- add test with two-digits number index
2020-03-03 15:42:05 +03:00
Arseny Balobanov
9e41d2fd92 Use fmt in BenchmarkSprintf. 2020-02-22 04:28:47 +03:00
Fedor Korotkiy
b8bb9bee55 Add varfmt 2020-02-21 23:43:16 +03:00