Skip to content

Commit f3c05fa

Browse files
author
Joseph Hager
committed
Remove LANGS until we have need of translations
1 parent ee569ef commit f3c05fa

File tree

6 files changed

+11
-17
lines changed

6 files changed

+11
-17
lines changed

LANGS.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# GopherJS by Example
22

3-
Welcome to the book!
3+
_Build client side apps with the language you already trust on the backend._
4+
5+
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.
46

57
## Development
68

@@ -11,8 +13,14 @@ npm install gitbook -g
1113
gitbook serve .
1214
```
1315

14-
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.
16+
Since gitbook supports plugins, we are able to embed the playground, interactive examples, and exercises inline with the prose.
1517

1618
## Contributing
1719

18-
Please use Github issues to discuss new chapters. That way we can plan a cohesive flow and avoid duplicate work.
20+
This book has been written by various GopherJS contributors:
21+
22+
* [Joseph Hager](http://ajhager.com)
23+
24+
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.
25+
26+
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.

en/README.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)