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,7 +1,7 @@
#!/usr/bin/env deno --allow-net --allow-env
import { args, env, exit, readFile } from "deno";
import { parse } from "https://deno.land/x/flags/index.ts";
import { parse } from "https://deno.land/x/flags/mod.ts";
function pathBase(p: string): string {
const parts = p.split("/");