Skip to content

Commit

Permalink
Remove LANGS until we have need of translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Hager committed Oct 30, 2014
1 parent ee569ef commit f3c05fa
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 17 deletions.
1 change: 0 additions & 1 deletion LANGS.md

This file was deleted.

14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# GopherJS by Example

Welcome to the book!
_Build client side apps with the language you already trust on the backend._

GopherJS compiles [Go code](golang.org) to pure JavaScript code. Its main purpose is to give you the opportunity to write front-end code in Go which will still run in all browsers.

## Development

Expand All @@ -11,8 +13,14 @@ npm install gitbook -g
gitbook serve .
```

Since gitbook supports plugins, we will be able to embed the playground, interactive examples, and exercises inline with the prose. Gitbook also supports custom themes, so we can match the style of the website and branding.
Since gitbook supports plugins, we are able to embed the playground, interactive examples, and exercises inline with the prose.

## Contributing

Please use Github issues to discuss new chapters. That way we can plan a cohesive flow and avoid duplicate work.
This book has been written by various GopherJS contributors:

* [Joseph Hager](http://ajhager.com)

If you notice any errors or would like to help out, visit the [project page](https://github.com/gopherjs/gopherjs-book). Please use Github issues to discuss new chapters, so we can plan a cohesive flow and avoid duplicate work.

All content is licensed under the [Creative Commons Attribution Non Commercial Share Alike 3.0 license](http://creativecommons.org/licenses/by-nc-sa/3.0/).
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 0 additions & 13 deletions en/README.md

This file was deleted.

0 comments on commit f3c05fa

Please sign in to comment.