提交 61b401c6 编写于 作者: Y Yungoo Kong 提交者: Ryan Dahl
上级 096e0b36
......@@ -10,7 +10,7 @@
Command line arguments parser.
- **[logging](./logging/)**
- **[log](./log/)**
Command line logging
......@@ -22,7 +22,7 @@
Make directory branches.
- **[net](./net/)**
- **[http](./http/)**
A framework for creating HTTP/HTTPS servers inspired by GoLang.
......
# Basic usage
```ts
import * as log from "https://deno.land/x/std/logging/index.ts";
import * as log from "https://deno.land/x/std/log/mod.ts";
// simple console logger
log.debug("Hello world");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册