Reorgnanize repos, examples and tests (denoland/deno_std#105)

Original: c5e6e015b5
This commit is contained in:
Andy Hayden 2019-01-12 13:50:04 -08:00 committed by Ryan Dahl
parent 7d6a0f64f2
commit f626b04ebe
44 changed files with 54 additions and 45 deletions

View file

@ -1,4 +1,4 @@
import { args } from "deno";
import { parse } from "./index.ts";
import { parse } from "./mod.ts";
console.dir(parse(args));