summaryrefslogtreecommitdiff
path: root/std/fmt/mod.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-05-21 05:12:37 -0400
committerGitHub <noreply@github.com>2020-05-21 11:12:37 +0200
commit6f52ad9052a02f354011d2727b2ad4a3d73b08d5 (patch)
treec0cf306d11f4b3f94ef9b1feb56120bdcea82712 /std/fmt/mod.ts
parent9fdc6dc435b4282a0f222ae9308ab12dfde6d97e (diff)
Move std/fmt/sprintf.ts to std/fmt/printf.ts (#4567)
Diffstat (limited to 'std/fmt/mod.ts')
-rw-r--r--std/fmt/mod.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/std/fmt/mod.ts b/std/fmt/mod.ts
deleted file mode 100644
index a0f8feb8b..000000000
--- a/std/fmt/mod.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export * from "./colors.ts";
-export * from "./sprintf.ts";