mirror of
https://github.com/denoland/deno.git
synced 2024-12-24 08:09:08 -05:00
parent
096e0b36e6
commit
61b401c63a
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# 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");
|
||||
|
|
Loading…
Reference in a new issue