Skip to content

Commit

Permalink
readme: loose port of go's std lib (denoland#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed May 16, 2019
1 parent ab5b088 commit c2f5a7c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -37,4 +37,12 @@ Here are the dedicated documentations of modules:

## Contributing

deno_std is a loose port of [Go's standard library](https://golang.org/pkg/).
When in doubt, simply port Go's source code, documentation, and tests. There
are many times when the nature of JavaScript, TypeScript, or Deno itself
justifies diverging from Go, but if possible we want to leverage the energy that
went into building Go. We generally welcome direct ports of Go's code.

Please ensure the copyright headers cite the code's origin.

Follow the [style guide](https://deno.land/style_guide.html).

0 comments on commit c2f5a7c

Please sign in to comment.